Html Css Color HEX #D57DF1 Heliotrope

📋 copy color: '#D57DF1'

red 213 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #D57DF1

Tints of Heliotrope #D57DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 36.79%
G = 21.59%
B = 41.62%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D57DF1 (or 0xD57DF1) is known color: Heliotrope. HEX triplet: D5, 7D and F1. RGB value is (213,125,241). Sum of RGB (Red+Green+Blue) = 213+125+241=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D57DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DF1 is #2A820E. Grayscale: #A4A4A4. Windows color (decimal): -2785807 or 15826389. OLE color: 15826389.

HSL color Cylindrical-coordinate representation of color #D57DF1: hue angle of 285.52º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57DF1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 125 241 -
CMYK 0.12 0.48 0 0.05
HSL 285.52º 0.81% 0.72% -
HSV(B) 285.52º 0.48% 0.95% -
XYZ 50.65 35.16 87.34 -
YUV 164.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 213 125 241 0.12 0.48 0 0.05 285.52 0.81 0.72
Hex D5 7D F1 C 30 0 5 11E 51 48
Octal 325 175 361 14 60 0 5 436 121 110
Binary 11010101 1111101 11110001 1100 110000 0 101 100011110 1010001 1001000

Color Harmonies of #D57DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DF1

Black with #D57DF1

Text Example


Text Example

White with #D57DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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