Html Css Color HEX #DD6FDB Orchid

📋 copy color: '#DD6FDB'

red 221 ◦ green 111 ◦ blue 219

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

Shades of Orchid #DD6FDB

Tints of Orchid #DD6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.15%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 40.11%
G = 20.15%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD6FDB (or 0xDD6FDB) is known color: Orchid. HEX triplet: DD, 6F and DB. RGB value is (221,111,219). Sum of RGB (Red+Green+Blue) = 221+111+219=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FDB is #229024. Grayscale: #9B9B9B. Windows color (decimal): -2265125 or 14381021. OLE color: 14381021.

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

Color convert

RGB 221 111 219 -
CMYK 0 0.50 0.01 0.13
HSL 301.09º 0.62% 0.65% -
HSV(B) 301.09º 0.5% 0.87% -
XYZ 48.29 31.86 70.62 -
YUV 156.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 221 111 219 0 0.50 0.01 0.13 301.09 0.62 0.65
Hex DD 6F DB 0 32 1 D 12D 3E 41
Octal 335 157 333 0 62 1 15 455 76 101
Binary 11011101 1101111 11011011 0 110010 1 1101 100101101 111110 1000001

Color Harmonies of #DD6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FDB

Black with #DD6FDB

Text Example


Text Example

White with #DD6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FDB; }

 p { color: rgb(221,111,219); }

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

background-color css

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

 a { background-color: rgb(221,111,219); }

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

border-color css

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

 span { border-color: rgb(221,111,219); }

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