Html Css Color HEX #DD6BBB Orchid

📋 copy color: '#DD6BBB'

red 221 ◦ green 107 ◦ blue 187

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

Shades of Orchid #DD6BBB

Tints of Orchid #DD6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.78%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 42.91%
G = 20.78%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD6BBB (or 0xDD6BBB) is known color: Orchid. HEX triplet: DD, 6B and BB. RGB value is (221,107,187). Sum of RGB (Red+Green+Blue) = 221+107+187=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BBB is #229444. Grayscale: #969696. Windows color (decimal): -2266181 or 12282845. OLE color: 12282845.

HSL color Cylindrical-coordinate representation of color #DD6BBB: hue angle of 317.89º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BBB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 187 -
CMYK 0 0.52 0.15 0.13
HSL 317.89º 0.63% 0.64% -
HSV(B) 317.89º 0.52% 0.87% -
XYZ 44.05 29.48 50.38 -
YUV 150.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 221 107 187 0 0.52 0.15 0.13 317.89 0.63 0.64
Hex DD 6B BB 0 34 F D 13E 3F 40
Octal 335 153 273 0 64 17 15 476 77 100
Binary 11011101 1101011 10111011 0 110100 1111 1101 100111110 111111 1000000

Color Harmonies of #DD6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BBB

Black with #DD6BBB

Text Example


Text Example

White with #DD6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BBB; }

 p { color: rgb(221,107,187); }

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

background-color css

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

 a { background-color: rgb(221,107,187); }

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

border-color css

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

 span { border-color: rgb(221,107,187); }

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