Html Css Color HEX #DD6DBF Orchid

📋 copy color: '#DD6DBF'

red 221 ◦ green 109 ◦ blue 191

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

Shades of Orchid #DD6DBF

Tints of Orchid #DD6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 42.42%
G = 20.92%
B = 36.66%

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

#DD6DBF (or 0xDD6DBF) is known color: Orchid. HEX triplet: DD, 6D and BF. RGB value is (221,109,191). Sum of RGB (Red+Green+Blue) = 221+109+191=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DBF is #229240. Grayscale: #979797. Windows color (decimal): -2265665 or 12545501. OLE color: 12545501.

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

Color convert

RGB 221 109 191 -
CMYK 0 0.51 0.14 0.13
HSL 316.07º 0.62% 0.65% -
HSV(B) 316.07º 0.51% 0.87% -
XYZ 44.69 30.07 52.74 -
YUV 151.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 221 109 191 0 0.51 0.14 0.13 316.07 0.62 0.65
Hex DD 6D BF 0 33 E D 13C 3E 41
Octal 335 155 277 0 63 16 15 474 76 101
Binary 11011101 1101101 10111111 0 110011 1110 1101 100111100 111110 1000001

Color Harmonies of #DD6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DBF

Black with #DD6DBF

Text Example


Text Example

White with #DD6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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