Html Css Color HEX #DD77DF Orchid

📋 copy color: '#DD77DF'

red 221 ◦ green 119 ◦ blue 223

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

Shades of Orchid #DD77DF

Tints of Orchid #DD77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 39.25%
G = 21.14%
B = 39.61%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD77DF (or 0xDD77DF) is known color: Orchid. HEX triplet: DD, 77 and DF. RGB value is (221,119,223). Sum of RGB (Red+Green+Blue) = 221+119+223=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DF is #228820. Grayscale: #A1A1A1. Windows color (decimal): -2263073 or 14645213. OLE color: 14645213.

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

Color convert

RGB 221 119 223 -
CMYK 0.01 0.47 0 0.13
HSL 298.85º 0.62% 0.67% -
HSV(B) 298.85º 0.47% 0.87% -
XYZ 49.73 33.89 73.73 -
YUV 161.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 221 119 223 0.01 0.47 0 0.13 298.85 0.62 0.67
Hex DD 77 DF 1 2F 0 D 12B 3E 43
Octal 335 167 337 1 57 0 15 453 76 103
Binary 11011101 1110111 11011111 1 101111 0 1101 100101011 111110 1000011

Color Harmonies of #DD77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77DF

Black with #DD77DF

Text Example


Text Example

White with #DD77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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