Html Css Color HEX #D57DEA Heliotrope

📋 copy color: '#D57DEA'

red 213 ◦ green 125 ◦ blue 234

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

Shades of Heliotrope #D57DEA

Tints of Heliotrope #D57DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 37.24%
G = 21.85%
B = 40.91%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D57DEA (or 0xD57DEA) is known color: Heliotrope. HEX triplet: D5, 7D and EA. RGB value is (213,125,234). Sum of RGB (Red+Green+Blue) = 213+125+234=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #D57DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DEA is #2A8215. Grayscale: #A3A3A3. Windows color (decimal): -2785814 or 15367637. OLE color: 15367637.

HSL color Cylindrical-coordinate representation of color #D57DEA: hue angle of 288.44º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57DEA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 125 234 -
CMYK 0.09 0.47 0 0.08
HSL 288.44º 0.72% 0.7% -
HSV(B) 288.44º 0.47% 0.92% -
XYZ 49.63 34.75 81.93 -
YUV 163.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 213 125 234 0.09 0.47 0 0.08 288.44 0.72 0.7
Hex D5 7D EA 9 2F 0 8 120 48 46
Octal 325 175 352 11 57 0 10 440 110 106
Binary 11010101 1111101 11101010 1001 101111 0 1000 100100000 1001000 1000110

Color Harmonies of #D57DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DEA

Black with #D57DEA

Text Example


Text Example

White with #D57DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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