Html Css Color HEX #DD72DB Orchid

📋 copy color: '#DD72DB'

red 221 ◦ green 114 ◦ blue 219

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

Shades of Orchid #DD72DB

Tints of Orchid #DD72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.58%

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

R = 39.89%
G = 20.58%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD72DB (or 0xDD72DB) is known color: Orchid. HEX triplet: DD, 72 and DB. RGB value is (221,114,219). Sum of RGB (Red+Green+Blue) = 221+114+219=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72DB is #228D24. Grayscale: #9D9D9D. Windows color (decimal): -2264357 or 14381789. OLE color: 14381789.

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

Color convert

RGB 221 114 219 -
CMYK 0 0.48 0.01 0.13
HSL 301.12º 0.61% 0.66% -
HSV(B) 301.12º 0.48% 0.87% -
XYZ 48.62 32.52 70.73 -
YUV 157.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 221 114 219 0 0.48 0.01 0.13 301.12 0.61 0.66
Hex DD 72 DB 0 30 1 D 12D 3D 42
Octal 335 162 333 0 60 1 15 455 75 102
Binary 11011101 1110010 11011011 0 110000 1 1101 100101101 111101 1000010

Color Harmonies of #DD72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72DB

Black with #DD72DB

Text Example


Text Example

White with #DD72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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