Html Css Color HEX #DD6DBD Orchid

📋 copy color: '#DD6DBD'

red 221 ◦ green 109 ◦ blue 189

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

Shades of Orchid #DD6DBD

Tints of Orchid #DD6DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 42.58%
G = 21%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD6DBD (or 0xDD6DBD) is known color: Orchid. HEX triplet: DD, 6D and BD. RGB value is (221,109,189). Sum of RGB (Red+Green+Blue) = 221+109+189=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DBD is #229242. Grayscale: #979797. Windows color (decimal): -2265667 or 12414429. OLE color: 12414429.

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

Color convert

RGB 221 109 189 -
CMYK 0 0.51 0.14 0.13
HSL 317.14º 0.62% 0.65% -
HSV(B) 317.14º 0.51% 0.87% -
XYZ 44.47 29.98 51.59 -
YUV 151.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 221 109 189 0 0.51 0.14 0.13 317.14 0.62 0.65
Hex DD 6D BD 0 33 E D 13D 3E 41
Octal 335 155 275 0 63 16 15 475 76 101
Binary 11011101 1101101 10111101 0 110011 1110 1101 100111101 111110 1000001

Color Harmonies of #DD6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DBD

Black with #DD6DBD

Text Example


Text Example

White with #DD6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DBD; }

 p { color: rgb(221,109,189); }

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

background-color css

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

 a { background-color: rgb(221,109,189); }

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

border-color css

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

 span { border-color: rgb(221,109,189); }

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