Html Css Color HEX #D377FD Heliotrope

📋 copy color: '#D377FD'

red 211 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #D377FD

Tints of Heliotrope #D377FD

RGB

 RED value IS 211 (82.81% from 255) = 36.19%

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

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

R = 36.19%
G = 20.41%
B = 43.4%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D377FD (or 0xD377FD) is known color: Heliotrope. HEX triplet: D3, 77 and FD. RGB value is (211,119,253). Sum of RGB (Red+Green+Blue) = 211+119+253=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #D377FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377FD is #2C8802. Grayscale: #A1A1A1. Windows color (decimal): -2918403 or 16611283. OLE color: 16611283.

HSL color Cylindrical-coordinate representation of color #D377FD: hue angle of 281.19º degrees, saturation: 0.97, 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 #D377FD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 119 253 -
CMYK 0.17 0.53 0 0.01
HSL 281.19º 0.97% 0.73% -
HSV(B) 281.19º 0.53% 0.99% -
XYZ 51.19 34.13 96.82 -
YUV 161.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 211 119 253 0.17 0.53 0 0.01 281.19 0.97 0.73
Hex D3 77 FD 11 35 0 1 119 61 49
Octal 323 167 375 21 65 0 1 431 141 111
Binary 11010011 1110111 11111101 10001 110101 0 1 100011001 1100001 1001001

Color Harmonies of #D377FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377FD

Black with #D377FD

Text Example


Text Example

White with #D377FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377FD; }

 p { color: rgb(211,119,253); }

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

background-color css

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

 a { background-color: rgb(211,119,253); }

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

border-color css

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

 span { border-color: rgb(211,119,253); }

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