Html Css Color HEX #D57DFA Heliotrope

📋 copy color: '#D57DFA'

red 213 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #D57DFA

Tints of Heliotrope #D57DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 36.22%
G = 21.26%
B = 42.52%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D57DFA (or 0xD57DFA) is known color: Heliotrope. HEX triplet: D5, 7D and FA. RGB value is (213,125,250). Sum of RGB (Red+Green+Blue) = 213+125+250=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #D57DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DFA is #2A8205. Grayscale: #A5A5A5. Windows color (decimal): -2785798 or 16416213. OLE color: 16416213.

HSL color Cylindrical-coordinate representation of color #D57DFA: hue angle of 282.24º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57DFA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 125 250 -
CMYK 0.15 0.50 0 0.02
HSL 282.24º 0.93% 0.74% -
HSV(B) 282.24º 0.5% 0.98% -
XYZ 52.03 35.72 94.59 -
YUV 165.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 213 125 250 0.15 0.50 0 0.02 282.24 0.93 0.74
Hex D5 7D FA F 32 0 2 11A 5D 4A
Octal 325 175 372 17 62 0 2 432 135 112
Binary 11010101 1111101 11111010 1111 110010 0 10 100011010 1011101 1001010

Color Harmonies of #D57DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DFA

Black with #D57DFA

Text Example


Text Example

White with #D57DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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