Html Css Color HEX #DD76D2 Orchid

📋 copy color: '#DD76D2'

red 221 ◦ green 118 ◦ blue 210

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

Shades of Orchid #DD76D2

Tints of Orchid #DD76D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.25%

R = 40.26%
G = 21.49%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD76D2 (or 0xDD76D2) is known color: Orchid. HEX triplet: DD, 76 and D2. RGB value is (221,118,210). Sum of RGB (Red+Green+Blue) = 221+118+210=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D2 is #22892D. Grayscale: #9F9F9F. Windows color (decimal): -2263342 or 13792989. OLE color: 13792989.

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

Color convert

RGB 221 118 210 -
CMYK 0 0.47 0.05 0.13
HSL 306.41º 0.6% 0.66% -
HSV(B) 306.41º 0.47% 0.87% -
XYZ 47.93 32.98 64.81 -
YUV 159.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 221 118 210 0 0.47 0.05 0.13 306.41 0.6 0.66
Hex DD 76 D2 0 2F 5 D 132 3C 42
Octal 335 166 322 0 57 5 15 462 74 102
Binary 11011101 1110110 11010010 0 101111 101 1101 100110010 111100 1000010

Color Harmonies of #DD76D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76D2

Black with #DD76D2

Text Example


Text Example

White with #DD76D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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