Html Css Color HEX #DD77D1 Orchid

📋 copy color: '#DD77D1'

red 221 ◦ green 119 ◦ blue 209

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

Shades of Orchid #DD77D1

Tints of Orchid #DD77D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 40.26%
G = 21.68%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD77D1 (or 0xDD77D1) is known color: Orchid. HEX triplet: DD, 77 and D1. RGB value is (221,119,209). Sum of RGB (Red+Green+Blue) = 221+119+209=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77D1 is #22882E. Grayscale: #9F9F9F. Windows color (decimal): -2263087 or 13727709. OLE color: 13727709.

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

Color convert

RGB 221 119 209 -
CMYK 0 0.46 0.05 0.13
HSL 307.06º 0.6% 0.67% -
HSV(B) 307.06º 0.46% 0.87% -
XYZ 47.92 33.17 64.2 -
YUV 159.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 221 119 209 0 0.46 0.05 0.13 307.06 0.6 0.67
Hex DD 77 D1 0 2E 5 D 133 3C 43
Octal 335 167 321 0 56 5 15 463 74 103
Binary 11011101 1110111 11010001 0 101110 101 1101 100110011 111100 1000011

Color Harmonies of #DD77D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77D1

Black with #DD77D1

Text Example


Text Example

White with #DD77D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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