Html Css Color HEX #DD6BBF Orchid

📋 copy color: '#DD6BBF'

red 221 ◦ green 107 ◦ blue 191

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

Shades of Orchid #DD6BBF

Tints of Orchid #DD6BBF

RGB

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

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

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

R = 42.58%
G = 20.62%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD6BBF (or 0xDD6BBF) is known color: Orchid. HEX triplet: DD, 6B and BF. RGB value is (221,107,191). Sum of RGB (Red+Green+Blue) = 221+107+191=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BBF is #229440. Grayscale: #969696. Windows color (decimal): -2266177 or 12544989. OLE color: 12544989.

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

Color convert

RGB 221 107 191 -
CMYK 0 0.52 0.14 0.13
HSL 315.79º 0.63% 0.64% -
HSV(B) 315.79º 0.52% 0.87% -
XYZ 44.48 29.65 52.67 -
YUV 150.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 221 107 191 0 0.52 0.14 0.13 315.79 0.63 0.64
Hex DD 6B BF 0 34 E D 13C 3F 40
Octal 335 153 277 0 64 16 15 474 77 100
Binary 11011101 1101011 10111111 0 110100 1110 1101 100111100 111111 1000000

Color Harmonies of #DD6BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BBF

Black with #DD6BBF

Text Example


Text Example

White with #DD6BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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