Html Css Color HEX #D472FF Heliotrope

📋 copy color: '#D472FF'

red 212 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #D472FF

Tints of Heliotrope #D472FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.62%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 36.49%
G = 19.62%
B = 43.89%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D472FF (or 0xD472FF) is known color: Heliotrope. HEX triplet: D4, 72 and FF. RGB value is (212,114,255). Sum of RGB (Red+Green+Blue) = 212+114+255=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #D472FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472FF is #2B8D00. Grayscale: #9E9E9E. Windows color (decimal): -2854145 or 16741076. OLE color: 16741076.

HSL color Cylindrical-coordinate representation of color #D472FF: hue angle of 281.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D472FF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 114 255 -
CMYK 0.17 0.55 0 0
HSL 281.7º 1% 0.72% -
HSV(B) 281.7º 0.55% 1% -
XYZ 51.22 33.25 98.33 -
YUV 159.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 212 114 255 0.17 0.55 0 0 281.7 1 0.72
Hex D4 72 FF 11 37 0 0 11A 64 48
Octal 324 162 377 21 67 0 0 432 144 110
Binary 11010100 1110010 11111111 10001 110111 0 0 100011010 1100100 1001000

Color Harmonies of #D472FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472FF

Black with #D472FF

Text Example


Text Example

White with #D472FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472FF; }

 p { color: rgb(212,114,255); }

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

background-color css

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

 a { background-color: rgb(212,114,255); }

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

border-color css

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

 span { border-color: rgb(212,114,255); }

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