Html Css Color HEX #DD70DB Orchid

📋 copy color: '#DD70DB'

red 221 ◦ green 112 ◦ blue 219

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

Shades of Orchid #DD70DB

Tints of Orchid #DD70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

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

R = 40.04%
G = 20.29%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD70DB (or 0xDD70DB) is known color: Orchid. HEX triplet: DD, 70 and DB. RGB value is (221,112,219). Sum of RGB (Red+Green+Blue) = 221+112+219=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD70DB is #228F24. Grayscale: #9C9C9C. Windows color (decimal): -2264869 or 14381277. OLE color: 14381277.

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

Color convert

RGB 221 112 219 -
CMYK 0 0.49 0.01 0.13
HSL 301.1º 0.62% 0.65% -
HSV(B) 301.1º 0.49% 0.87% -
XYZ 48.4 32.07 70.66 -
YUV 156.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 221 112 219 0 0.49 0.01 0.13 301.1 0.62 0.65
Hex DD 70 DB 0 31 1 D 12D 3E 41
Octal 335 160 333 0 61 1 15 455 76 101
Binary 11011101 1110000 11011011 0 110001 1 1101 100101101 111110 1000001

Color Harmonies of #DD70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70DB

Black with #DD70DB

Text Example


Text Example

White with #DD70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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