Html Css Color HEX #D57DFC Heliotrope

📋 copy color: '#D57DFC'

red 213 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #D57DFC

Tints of Heliotrope #D57DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 36.1%
G = 21.19%
B = 42.71%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57DFC (or 0xD57DFC) is known color: Heliotrope. HEX triplet: D5, 7D and FC. RGB value is (213,125,252). Sum of RGB (Red+Green+Blue) = 213+125+252=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #D57DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DFC is #2A8203. Grayscale: #A5A5A5. Windows color (decimal): -2785796 or 16547285. OLE color: 16547285.

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

Color convert

RGB 213 125 252 -
CMYK 0.15 0.50 0 0.01
HSL 281.57º 0.95% 0.74% -
HSV(B) 281.57º 0.5% 0.99% -
XYZ 52.34 35.84 96.25 -
YUV 165.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 213 125 252 0.15 0.50 0 0.01 281.57 0.95 0.74
Hex D5 7D FC F 32 0 1 11A 5F 4A
Octal 325 175 374 17 62 0 1 432 137 112
Binary 11010101 1111101 11111100 1111 110010 0 1 100011010 1011111 1001010

Color Harmonies of #D57DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DFC

Black with #D57DFC

Text Example


Text Example

White with #D57DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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