Html Css Color HEX #D57FEA Heliotrope

📋 copy color: '#D57FEA'

red 213 ◦ green 127 ◦ blue 234

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

Shades of Heliotrope #D57FEA

Tints of Heliotrope #D57FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

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

R = 37.11%
G = 22.13%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D57FEA (or 0xD57FEA) is known color: Heliotrope. HEX triplet: D5, 7F and EA. RGB value is (213,127,234). Sum of RGB (Red+Green+Blue) = 213+127+234=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #D57FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FEA is #2A8015. Grayscale: #A4A4A4. Windows color (decimal): -2785302 or 15368149. OLE color: 15368149.

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

Color convert

RGB 213 127 234 -
CMYK 0.09 0.46 0 0.08
HSL 288.22º 0.72% 0.71% -
HSV(B) 288.22º 0.46% 0.92% -
XYZ 49.88 35.27 82.02 -
YUV 164.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 213 127 234 0.09 0.46 0 0.08 288.22 0.72 0.71
Hex D5 7F EA 9 2E 0 8 120 48 47
Octal 325 177 352 11 56 0 10 440 110 107
Binary 11010101 1111111 11101010 1001 101110 0 1000 100100000 1001000 1000111

Color Harmonies of #D57FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FEA

Black with #D57FEA

Text Example


Text Example

White with #D57FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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