Html Css Color HEX #D57FFD Heliotrope

📋 copy color: '#D57FFD'

red 213 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #D57FFD

Tints of Heliotrope #D57FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 35.92%
G = 21.42%
B = 42.66%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57FFD (or 0xD57FFD) is known color: Heliotrope. HEX triplet: D5, 7F and FD. RGB value is (213,127,253). Sum of RGB (Red+Green+Blue) = 213+127+253=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D57FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FFD is #2A8002. Grayscale: #A6A6A6. Windows color (decimal): -2785283 or 16613333. OLE color: 16613333.

HSL color Cylindrical-coordinate representation of color #D57FFD: hue angle of 280.95º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57FFD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 127 253 -
CMYK 0.16 0.50 0 0.01
HSL 280.95º 0.97% 0.75% -
HSV(B) 280.95º 0.5% 0.99% -
XYZ 52.76 36.42 97.18 -
YUV 167.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 213 127 253 0.16 0.50 0 0.01 280.95 0.97 0.75
Hex D5 7F FD 10 32 0 1 119 61 4B
Octal 325 177 375 20 62 0 1 431 141 113
Binary 11010101 1111111 11111101 10000 110010 0 1 100011001 1100001 1001011

Color Harmonies of #D57FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FFD

Black with #D57FFD

Text Example


Text Example

White with #D57FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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