Html Css Color HEX #DD77D5 Orchid

📋 copy color: '#DD77D5'

red 221 ◦ green 119 ◦ blue 213

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

Shades of Orchid #DD77D5

Tints of Orchid #DD77D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 39.96%
G = 21.52%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD77D5 (or 0xDD77D5) is known color: Orchid. HEX triplet: DD, 77 and D5. RGB value is (221,119,213). Sum of RGB (Red+Green+Blue) = 221+119+213=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77D5 is #22882A. Grayscale: #9F9F9F. Windows color (decimal): -2263083 or 13989853. OLE color: 13989853.

HSL color Cylindrical-coordinate representation of color #DD77D5: hue angle of 304.71º degrees, saturation: 0.6, 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 #DD77D5 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 213 -
CMYK 0 0.46 0.04 0.13
HSL 304.71º 0.6% 0.67% -
HSV(B) 304.71º 0.46% 0.87% -
XYZ 48.43 33.37 66.84 -
YUV 160.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 221 119 213 0 0.46 0.04 0.13 304.71 0.6 0.67
Hex DD 77 D5 0 2E 4 D 131 3C 43
Octal 335 167 325 0 56 4 15 461 74 103
Binary 11011101 1110111 11010101 0 101110 100 1101 100110001 111100 1000011

Color Harmonies of #DD77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77D5

Black with #DD77D5

Text Example


Text Example

White with #DD77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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