Html Css Color HEX #DD76DA Orchid

📋 copy color: '#DD76DA'

red 221 ◦ green 118 ◦ blue 218

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

Shades of Orchid #DD76DA

Tints of Orchid #DD76DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 39.68%
G = 21.18%
B = 39.14%

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

#DD76DA (or 0xDD76DA) is known color: Orchid. HEX triplet: DD, 76 and DA. RGB value is (221,118,218). Sum of RGB (Red+Green+Blue) = 221+118+218=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DA is #228925. Grayscale: #9F9F9F. Windows color (decimal): -2263334 or 14317277. OLE color: 14317277.

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

Color convert

RGB 221 118 218 -
CMYK 0 0.47 0.01 0.13
HSL 301.75º 0.6% 0.66% -
HSV(B) 301.75º 0.47% 0.87% -
XYZ 48.95 33.39 70.19 -
YUV 160.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 221 118 218 0 0.47 0.01 0.13 301.75 0.6 0.66
Hex DD 76 DA 0 2F 1 D 12E 3C 42
Octal 335 166 332 0 57 1 15 456 74 102
Binary 11011101 1110110 11011010 0 101111 1 1101 100101110 111100 1000010

Color Harmonies of #DD76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76DA

Black with #DD76DA

Text Example


Text Example

White with #DD76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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