Html Css Color HEX #D473EF Heliotrope

📋 copy color: '#D473EF'

red 212 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #D473EF

Tints of Heliotrope #D473EF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.32%

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

R = 37.46%
G = 20.32%
B = 42.23%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D473EF (or 0xD473EF) is known color: Heliotrope. HEX triplet: D4, 73 and EF. RGB value is (212,115,239). Sum of RGB (Red+Green+Blue) = 212+115+239=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D473EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473EF is #2B8C10. Grayscale: #9D9D9D. Windows color (decimal): -2853905 or 15692756. OLE color: 15692756.

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

Color convert

RGB 212 115 239 -
CMYK 0.11 0.52 0 0.06
HSL 286.94º 0.79% 0.69% -
HSV(B) 286.94º 0.52% 0.94% -
XYZ 48.86 32.49 85.36 -
YUV 158.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 212 115 239 0.11 0.52 0 0.06 286.94 0.79 0.69
Hex D4 73 EF B 34 0 6 11F 4F 45
Octal 324 163 357 13 64 0 6 437 117 105
Binary 11010100 1110011 11101111 1011 110100 0 110 100011111 1001111 1000101

Color Harmonies of #D473EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473EF

Black with #D473EF

Text Example


Text Example

White with #D473EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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