Html Css Color HEX #D474EA Heliotrope

📋 copy color: '#D474EA'

red 212 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #D474EA

Tints of Heliotrope #D474EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 37.72%
G = 20.64%
B = 41.64%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D474EA (or 0xD474EA) is known color: Heliotrope. HEX triplet: D4, 74 and EA. RGB value is (212,116,234). Sum of RGB (Red+Green+Blue) = 212+116+234=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #D474EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474EA is #2B8B15. Grayscale: #9D9D9D. Windows color (decimal): -2853654 or 15365332. OLE color: 15365332.

HSL color Cylindrical-coordinate representation of color #D474EA: hue angle of 288.81º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D474EA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 116 234 -
CMYK 0.09 0.50 0 0.08
HSL 288.81º 0.74% 0.69% -
HSV(B) 288.81º 0.5% 0.92% -
XYZ 48.25 32.43 81.56 -
YUV 158.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 212 116 234 0.09 0.50 0 0.08 288.81 0.74 0.69
Hex D4 74 EA 9 32 0 8 121 4A 45
Octal 324 164 352 11 62 0 10 441 112 105
Binary 11010100 1110100 11101010 1001 110010 0 1000 100100001 1001010 1000101

Color Harmonies of #D474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474EA

Black with #D474EA

Text Example


Text Example

White with #D474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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