Html Css Color HEX #D474FF Heliotrope

📋 copy color: '#D474FF'

red 212 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #D474FF

Tints of Heliotrope #D474FF

RGB

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

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

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

R = 36.36%
G = 19.9%
B = 43.74%

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

#D474FF (or 0xD474FF) is known color: Heliotrope. HEX triplet: D4, 74 and FF. RGB value is (212,116,255). Sum of RGB (Red+Green+Blue) = 212+116+255=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #D474FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474FF is #2B8B00. Grayscale: #A0A0A0. Windows color (decimal): -2853633 or 16741588. OLE color: 16741588.

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

Color convert

RGB 212 116 255 -
CMYK 0.17 0.55 0 0
HSL 281.44º 1% 0.73% -
HSV(B) 281.44º 0.55% 1% -
XYZ 51.45 33.71 98.4 -
YUV 160.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 212 116 255 0.17 0.55 0 0 281.44 1 0.73
Hex D4 74 FF 11 37 0 0 119 64 49
Octal 324 164 377 21 67 0 0 431 144 111
Binary 11010100 1110100 11111111 10001 110111 0 0 100011001 1100100 1001001

Color Harmonies of #D474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474FF

Black with #D474FF

Text Example


Text Example

White with #D474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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