Html Css Color HEX #DD76FD Heliotrope

📋 copy color: '#DD76FD'

red 221 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #DD76FD

Tints of Heliotrope #DD76FD

RGB

 RED value IS 221 (86.72% from 255) = 37.33%

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

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

R = 37.33%
G = 19.93%
B = 42.74%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD76FD (or 0xDD76FD) is known color: Heliotrope. HEX triplet: DD, 76 and FD. RGB value is (221,118,253). Sum of RGB (Red+Green+Blue) = 221+118+253=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 118 (46.48% from 255 or 19.93% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76FD is #228902. Grayscale: #A3A3A3. Windows color (decimal): -2263299 or 16611037. OLE color: 16611037.

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

Color convert

RGB 221 118 253 -
CMYK 0.13 0.53 0 0.01
HSL 285.78º 0.97% 0.73% -
HSV(B) 285.78º 0.53% 0.99% -
XYZ 54.03 35.42 96.92 -
YUV 164.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 221 118 253 0.13 0.53 0 0.01 285.78 0.97 0.73
Hex DD 76 FD D 35 0 1 11E 61 49
Octal 335 166 375 15 65 0 1 436 141 111
Binary 11011101 1110110 11111101 1101 110101 0 1 100011110 1100001 1001001

Color Harmonies of #DD76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76FD

Black with #DD76FD

Text Example


Text Example

White with #DD76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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