Html Css Color HEX #D572EE Heliotrope

📋 copy color: '#D572EE'

red 213 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #D572EE

Tints of Heliotrope #D572EE

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

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

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

R = 37.7%
G = 20.18%
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

#D572EE (or 0xD572EE) is known color: Heliotrope. HEX triplet: D5, 72 and EE. RGB value is (213,114,238). Sum of RGB (Red+Green+Blue) = 213+114+238=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 114 (44.92% from 255 or 20.18% 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 #D572EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572EE is #2A8D11. Grayscale: #9D9D9D. Windows color (decimal): -2788626 or 15626965. OLE color: 15626965.

HSL color Cylindrical-coordinate representation of color #D572EE: hue angle of 287.9º 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 #D572EE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 114 238 -
CMYK 0.11 0.52 0 0.07
HSL 287.9º 0.78% 0.69% -
HSV(B) 287.9º 0.52% 0.93% -
XYZ 48.89 32.35 84.56 -
YUV 157.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 213 114 238 0.11 0.52 0 0.07 287.9 0.78 0.69
Hex D5 72 EE B 34 0 7 120 4E 45
Octal 325 162 356 13 64 0 7 440 116 105
Binary 11010101 1110010 11101110 1011 110100 0 111 100100000 1001110 1000101

Color Harmonies of #D572EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572EE

Black with #D572EE

Text Example


Text Example

White with #D572EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572EE; }

 p { color: rgb(213,114,238); }

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

background-color css

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

 a { background-color: rgb(213,114,238); }

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

border-color css

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

 span { border-color: rgb(213,114,238); }

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