Html Css Color HEX #D577FC Heliotrope

📋 copy color: '#D577FC'

red 213 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #D577FC

Tints of Heliotrope #D577FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.38%

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

R = 36.47%
G = 20.38%
B = 43.15%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D577FC (or 0xD577FC) is known color: Heliotrope. HEX triplet: D5, 77 and FC. RGB value is (213,119,252). Sum of RGB (Red+Green+Blue) = 213+119+252=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #D577FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D577FC is #2A8803. Grayscale: #A1A1A1. Windows color (decimal): -2787332 or 16545749. OLE color: 16545749.

HSL color Cylindrical-coordinate representation of color #D577FC: hue angle of 282.41º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D577FC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 119 252 -
CMYK 0.15 0.53 0 0.01
HSL 282.41º 0.96% 0.73% -
HSV(B) 282.41º 0.53% 0.99% -
XYZ 51.61 34.37 96.01 -
YUV 162.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 213 119 252 0.15 0.53 0 0.01 282.41 0.96 0.73
Hex D5 77 FC F 35 0 1 11A 60 49
Octal 325 167 374 17 65 0 1 432 140 111
Binary 11010101 1110111 11111100 1111 110101 0 1 100011010 1100000 1001001

Color Harmonies of #D577FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577FC

Black with #D577FC

Text Example


Text Example

White with #D577FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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