Html Css Color HEX #D57DEE Heliotrope

📋 copy color: '#D57DEE'

red 213 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #D57DEE

Tints of Heliotrope #D57DEE

RGB

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

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

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

R = 36.98%
G = 21.7%
B = 41.32%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D57DEE (or 0xD57DEE) is known color: Heliotrope. HEX triplet: D5, 7D and EE. RGB value is (213,125,238). Sum of RGB (Red+Green+Blue) = 213+125+238=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #D57DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DEE is #2A8211. Grayscale: #A3A3A3. Windows color (decimal): -2785810 or 15629781. OLE color: 15629781.

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

Color convert

RGB 213 125 238 -
CMYK 0.11 0.47 0 0.07
HSL 286.73º 0.77% 0.71% -
HSV(B) 286.73º 0.47% 0.93% -
XYZ 50.21 34.99 85 -
YUV 164.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 213 125 238 0.11 0.47 0 0.07 286.73 0.77 0.71
Hex D5 7D EE B 2F 0 7 11F 4D 47
Octal 325 175 356 13 57 0 7 437 115 107
Binary 11010101 1111101 11101110 1011 101111 0 111 100011111 1001101 1000111

Color Harmonies of #D57DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DEE

Black with #D57DEE

Text Example


Text Example

White with #D57DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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