Html Css Color HEX #DD76FB Heliotrope

📋 copy color: '#DD76FB'

red 221 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #DD76FB

Tints of Heliotrope #DD76FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 37.46%
G = 20%
B = 42.54%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD76FB (or 0xDD76FB) is known color: Heliotrope. HEX triplet: DD, 76 and FB. RGB value is (221,118,251). Sum of RGB (Red+Green+Blue) = 221+118+251=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD76FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76FB is #228904. Grayscale: #A3A3A3. Windows color (decimal): -2263301 or 16479965. OLE color: 16479965.

HSL color Cylindrical-coordinate representation of color #DD76FB: hue angle of 286.47º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD76FB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 118 251 -
CMYK 0.12 0.53 0 0.02
HSL 286.47º 0.94% 0.72% -
HSV(B) 286.47º 0.53% 0.98% -
XYZ 53.71 35.29 95.25 -
YUV 163.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 221 118 251 0.12 0.53 0 0.02 286.47 0.94 0.72
Hex DD 76 FB C 35 0 2 11E 5E 48
Octal 335 166 373 14 65 0 2 436 136 110
Binary 11011101 1110110 11111011 1100 110101 0 10 100011110 1011110 1001000

Color Harmonies of #DD76FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76FB

Black with #DD76FB

Text Example


Text Example

White with #DD76FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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