Html Css Color HEX #D461EF Heliotrope

📋 copy color: '#D461EF'

red 212 ◦ green 97 ◦ blue 239

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

Shades of Heliotrope #D461EF

Tints of Heliotrope #D461EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 38.69%
G = 17.7%
B = 43.61%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D461EF (or 0xD461EF) is known color: Heliotrope. HEX triplet: D4, 61 and EF. RGB value is (212,97,239). Sum of RGB (Red+Green+Blue) = 212+97+239=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D461EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461EF is #2B9E10. Grayscale: #939393. Windows color (decimal): -2858513 or 15688148. OLE color: 15688148.

HSL color Cylindrical-coordinate representation of color #D461EF: hue angle of 288.59º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D461EF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 97 239 -
CMYK 0.11 0.59 0 0.06
HSL 288.59º 0.82% 0.66% -
HSV(B) 288.59º 0.59% 0.94% -
XYZ 47.01 28.78 84.74 -
YUV 147.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 212 97 239 0.11 0.59 0 0.06 288.59 0.82 0.66
Hex D4 61 EF B 3B 0 6 121 52 42
Octal 324 141 357 13 73 0 6 441 122 102
Binary 11010100 1100001 11101111 1011 111011 0 110 100100001 1010010 1000010

Color Harmonies of #D461EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461EF

Black with #D461EF

Text Example


Text Example

White with #D461EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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