Html Css Color HEX #DD77DE Orchid

📋 copy color: '#DD77DE'

red 221 ◦ green 119 ◦ blue 222

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

Shades of Orchid #DD77DE

Tints of Orchid #DD77DE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.17%

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 39.32%
G = 21.17%
B = 39.5%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD77DE (or 0xDD77DE) is known color: Orchid. HEX triplet: DD, 77 and DE. RGB value is (221,119,222). Sum of RGB (Red+Green+Blue) = 221+119+222=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DE is #228821. Grayscale: #A0A0A0. Windows color (decimal): -2263074 or 14579677. OLE color: 14579677.

HSL color Cylindrical-coordinate representation of color #DD77DE: hue angle of 299.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77DE is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 222 -
CMYK 0.00 0.46 0 0.13
HSL 299.42º 0.61% 0.67% -
HSV(B) 299.42º 0.46% 0.87% -
XYZ 49.6 33.84 73.02 -
YUV 161.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 221 119 222 0.00 0.46 0 0.13 299.42 0.61 0.67
Hex DD 77 DE 0 2E 0 D 12B 3D 43
Octal 335 167 336 0 56 0 15 453 75 103
Binary 11011101 1110111 11011110 0 101110 0 1101 100101011 111101 1000011

Color Harmonies of #DD77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77DE

Black with #DD77DE

Text Example


Text Example

White with #DD77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77DE; }

 p { color: rgb(221,119,222); }

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

background-color css

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

 a { background-color: rgb(221,119,222); }

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

border-color css

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

 span { border-color: rgb(221,119,222); }

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