Html Css Color HEX #D474EF Heliotrope

📋 copy color: '#D474EF'

red 212 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #D474EF

Tints of Heliotrope #D474EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.46%

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

R = 37.39%
G = 20.46%
B = 42.15%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D474EF (or 0xD474EF) is known color: Heliotrope. HEX triplet: D4, 74 and EF. RGB value is (212,116,239). Sum of RGB (Red+Green+Blue) = 212+116+239=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D474EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474EF is #2B8B10. Grayscale: #9E9E9E. Windows color (decimal): -2853649 or 15693012. OLE color: 15693012.

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

Color convert

RGB 212 116 239 -
CMYK 0.11 0.51 0 0.06
HSL 286.83º 0.79% 0.7% -
HSV(B) 286.83º 0.51% 0.94% -
XYZ 48.98 32.72 85.4 -
YUV 158.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 212 116 239 0.11 0.51 0 0.06 286.83 0.79 0.7
Hex D4 74 EF B 33 0 6 11F 4F 46
Octal 324 164 357 13 63 0 6 437 117 106
Binary 11010100 1110100 11101111 1011 110011 0 110 100011111 1001111 1000110

Color Harmonies of #D474EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474EF

Black with #D474EF

Text Example


Text Example

White with #D474EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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