Html Css Color HEX #D473EE Heliotrope

📋 copy color: '#D473EE'

red 212 ◦ green 115 ◦ blue 238

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

Shades of Heliotrope #D473EE

Tints of Heliotrope #D473EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 37.52%
G = 20.35%
B = 42.12%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D473EE (or 0xD473EE) is known color: Heliotrope. HEX triplet: D4, 73 and EE. RGB value is (212,115,238). Sum of RGB (Red+Green+Blue) = 212+115+238=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #D473EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473EE is #2B8C11. Grayscale: #9D9D9D. Windows color (decimal): -2853906 or 15627220. OLE color: 15627220.

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

Color convert

RGB 212 115 238 -
CMYK 0.11 0.52 0 0.07
HSL 287.32º 0.78% 0.69% -
HSV(B) 287.32º 0.52% 0.93% -
XYZ 48.71 32.43 84.58 -
YUV 158.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 212 115 238 0.11 0.52 0 0.07 287.32 0.78 0.69
Hex D4 73 EE B 34 0 7 11F 4E 45
Octal 324 163 356 13 64 0 7 437 116 105
Binary 11010100 1110011 11101110 1011 110100 0 111 100011111 1001110 1000101

Color Harmonies of #D473EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473EE

Black with #D473EE

Text Example


Text Example

White with #D473EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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