Html Css Color HEX #DD76DB Orchid

📋 copy color: '#DD76DB'

red 221 ◦ green 118 ◦ blue 219

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

Shades of Orchid #DD76DB

Tints of Orchid #DD76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 39.61%
G = 21.15%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD76DB (or 0xDD76DB) is known color: Orchid. HEX triplet: DD, 76 and DB. RGB value is (221,118,219). Sum of RGB (Red+Green+Blue) = 221+118+219=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DB is #228924. Grayscale: #A0A0A0. Windows color (decimal): -2263333 or 14382813. OLE color: 14382813.

HSL color Cylindrical-coordinate representation of color #DD76DB: hue angle of 301.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76DB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 219 -
CMYK 0 0.47 0.01 0.13
HSL 301.17º 0.6% 0.66% -
HSV(B) 301.17º 0.47% 0.87% -
XYZ 49.08 33.44 70.89 -
YUV 160.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 221 118 219 0 0.47 0.01 0.13 301.17 0.6 0.66
Hex DD 76 DB 0 2F 1 D 12D 3C 42
Octal 335 166 333 0 57 1 15 455 74 102
Binary 11011101 1110110 11011011 0 101111 1 1101 100101101 111100 1000010

Color Harmonies of #DD76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76DB

Black with #DD76DB

Text Example


Text Example

White with #DD76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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