Html Css Color HEX #D461F0 Heliotrope

📋 copy color: '#D461F0'

red 212 ◦ green 97 ◦ blue 240

#D461F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D461F0

Tints of Heliotrope #D461F0

RGB

 RED value IS 212 (83.2% from 255) = 38.62%

 GREEN value IS 97 (38.28% from 255) = 17.67%

 BLUE value IS 240 (94.14% from 255) = 43.72%

R = 38.62%
G = 17.67%
B = 43.72%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D461F0 (or 0xD461F0) is known color: Heliotrope. HEX triplet: D4, 61 and F0. RGB value is (212,97,240). Sum of RGB (Red+Green+Blue) = 212+97+240=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #D461F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461F0 is #2B9E0F. Grayscale: #939393. Windows color (decimal): -2858512 or 15753684. OLE color: 15753684.

HSL color Cylindrical-coordinate representation of color #D461F0: hue angle of 288.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D461F0 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 97 240 -
CMYK 0.12 0.60 0 0.06
HSL 288.25º 0.83% 0.66% -
HSV(B) 288.25º 0.6% 0.94% -
XYZ 47.15 28.84 85.52 -
YUV 147.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 212 97 240 0.12 0.60 0 0.06 288.25 0.83 0.66
Hex D4 61 F0 C 3C 0 6 120 53 42
Octal 324 141 360 14 74 0 6 440 123 102
Binary 11010100 1100001 11110000 1100 111100 0 110 100100000 1010011 1000010

Color Harmonies of #D461F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461F0

Black with #D461F0

Text Example


Text Example

White with #D461F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461F0; }

 p { color: rgb(212,97,240); }

 H1.HeaderClassName
 {
   color: #D461F0;
 }
 .AnyTagClassName
 {
   color: #D461F0;
 }
</style>

background-color css

<style>
 a { background-color: #D461F0; }

 a { background-color: rgb(212,97,240); }

 div.DivClassName
 {
   background-color: #D461F0;
 }
 .BgClassName
 {
   background-color: #D461F0;
 }
</style>

border-color css

<style>
 span { border-color: #D461F0; }

 span { border-color: rgb(212,97,240); }

 td.TdClassName
 {
   border-color: #D461F0;
 }
 .TagClassName
 {
   border-color: #D461F0;
 }
</style>