Html Css Color HEX #D57DEF Heliotrope

📋 copy color: '#D57DEF'

red 213 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #D57DEF

Tints of Heliotrope #D57DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.66%

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

R = 36.92%
G = 21.66%
B = 41.42%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D57DEF (or 0xD57DEF) is known color: Heliotrope. HEX triplet: D5, 7D and EF. RGB value is (213,125,239). Sum of RGB (Red+Green+Blue) = 213+125+239=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #D57DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DEF is #2A8210. Grayscale: #A3A3A3. Windows color (decimal): -2785809 or 15695317. OLE color: 15695317.

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

Color convert

RGB 213 125 239 -
CMYK 0.11 0.48 0 0.06
HSL 286.32º 0.78% 0.71% -
HSV(B) 286.32º 0.48% 0.94% -
XYZ 50.35 35.05 85.77 -
YUV 164.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 213 125 239 0.11 0.48 0 0.06 286.32 0.78 0.71
Hex D5 7D EF B 30 0 6 11E 4E 47
Octal 325 175 357 13 60 0 6 436 116 107
Binary 11010101 1111101 11101111 1011 110000 0 110 100011110 1001110 1000111

Color Harmonies of #D57DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DEF

Black with #D57DEF

Text Example


Text Example

White with #D57DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DEF; }

 p { color: rgb(213,125,239); }

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

background-color css

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

 a { background-color: rgb(213,125,239); }

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

border-color css

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

 span { border-color: rgb(213,125,239); }

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