Html Css Color HEX #D57DFD Heliotrope

📋 copy color: '#D57DFD'

red 213 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #D57DFD

Tints of Heliotrope #D57DFD

RGB

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

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

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

R = 36.04%
G = 21.15%
B = 42.81%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57DFD (or 0xD57DFD) is known color: Heliotrope. HEX triplet: D5, 7D and FD. RGB value is (213,125,253). Sum of RGB (Red+Green+Blue) = 213+125+253=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D57DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DFD is #2A8202. Grayscale: #A5A5A5. Windows color (decimal): -2785795 or 16612821. OLE color: 16612821.

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

Color convert

RGB 213 125 253 -
CMYK 0.16 0.51 0 0.01
HSL 281.25º 0.97% 0.74% -
HSV(B) 281.25º 0.51% 0.99% -
XYZ 52.5 35.91 97.09 -
YUV 165.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 213 125 253 0.16 0.51 0 0.01 281.25 0.97 0.74
Hex D5 7D FD 10 33 0 1 119 61 4A
Octal 325 175 375 20 63 0 1 431 141 112
Binary 11010101 1111101 11111101 10000 110011 0 1 100011001 1100001 1001010

Color Harmonies of #D57DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DFD

Black with #D57DFD

Text Example


Text Example

White with #D57DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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