Html Css Color HEX #D57DF8 Heliotrope

📋 copy color: '#D57DF8'

red 213 ◦ green 125 ◦ blue 248

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

Shades of Heliotrope #D57DF8

Tints of Heliotrope #D57DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 36.35%
G = 21.33%
B = 42.32%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D57DF8 (or 0xD57DF8) is known color: Heliotrope. HEX triplet: D5, 7D and F8. RGB value is (213,125,248). Sum of RGB (Red+Green+Blue) = 213+125+248=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #D57DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DF8 is #2A8207. Grayscale: #A4A4A4. Windows color (decimal): -2785800 or 16285141. OLE color: 16285141.

HSL color Cylindrical-coordinate representation of color #D57DF8: hue angle of 282.93º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57DF8 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 125 248 -
CMYK 0.14 0.50 0 0.03
HSL 282.93º 0.9% 0.73% -
HSV(B) 282.93º 0.5% 0.97% -
XYZ 51.72 35.59 92.95 -
YUV 165.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 213 125 248 0.14 0.50 0 0.03 282.93 0.9 0.73
Hex D5 7D F8 E 32 0 3 11B 5A 49
Octal 325 175 370 16 62 0 3 433 132 111
Binary 11010101 1111101 11111000 1110 110010 0 11 100011011 1011010 1001001

Color Harmonies of #D57DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DF8

Black with #D57DF8

Text Example


Text Example

White with #D57DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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