Html Css Color HEX #D376FD Heliotrope

📋 copy color: '#D376FD'

red 211 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #D376FD

Tints of Heliotrope #D376FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.27%

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

R = 36.25%
G = 20.27%
B = 43.47%

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

#D376FD (or 0xD376FD) is known color: Heliotrope. HEX triplet: D3, 76 and FD. RGB value is (211,118,253). Sum of RGB (Red+Green+Blue) = 211+118+253=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #D376FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376FD is #2C8902. Grayscale: #A0A0A0. Windows color (decimal): -2918659 or 16611027. OLE color: 16611027.

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

Color convert

RGB 211 118 253 -
CMYK 0.17 0.53 0 0.01
HSL 281.33º 0.97% 0.73% -
HSV(B) 281.33º 0.53% 0.99% -
XYZ 51.07 33.9 96.78 -
YUV 161.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 211 118 253 0.17 0.53 0 0.01 281.33 0.97 0.73
Hex D3 76 FD 11 35 0 1 119 61 49
Octal 323 166 375 21 65 0 1 431 141 111
Binary 11010011 1110110 11111101 10001 110101 0 1 100011001 1100001 1001001

Color Harmonies of #D376FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376FD

Black with #D376FD

Text Example


Text Example

White with #D376FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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