Html Css Color HEX #DD6EBF Orchid

📋 copy color: '#DD6EBF'

red 221 ◦ green 110 ◦ blue 191

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

Shades of Orchid #DD6EBF

Tints of Orchid #DD6EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

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

R = 42.34%
G = 21.07%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD6EBF (or 0xDD6EBF) is known color: Orchid. HEX triplet: DD, 6E and BF. RGB value is (221,110,191). Sum of RGB (Red+Green+Blue) = 221+110+191=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EBF is #229140. Grayscale: #989898. Windows color (decimal): -2265409 or 12545757. OLE color: 12545757.

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

Color convert

RGB 221 110 191 -
CMYK 0 0.50 0.14 0.13
HSL 316.22º 0.62% 0.65% -
HSV(B) 316.22º 0.5% 0.87% -
XYZ 44.8 30.29 52.77 -
YUV 152.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 221 110 191 0 0.50 0.14 0.13 316.22 0.62 0.65
Hex DD 6E BF 0 32 E D 13C 3E 41
Octal 335 156 277 0 62 16 15 474 76 101
Binary 11011101 1101110 10111111 0 110010 1110 1101 100111100 111110 1000001

Color Harmonies of #DD6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EBF

Black with #DD6EBF

Text Example


Text Example

White with #DD6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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