Html Css Color HEX #DD72CB Orchid

📋 copy color: '#DD72CB'

red 221 ◦ green 114 ◦ blue 203

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

Shades of Orchid #DD72CB

Tints of Orchid #DD72CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 41.08%
G = 21.19%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD72CB (or 0xDD72CB) is known color: Orchid. HEX triplet: DD, 72 and CB. RGB value is (221,114,203). Sum of RGB (Red+Green+Blue) = 221+114+203=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72CB is #228D34. Grayscale: #9B9B9B. Windows color (decimal): -2264373 or 13333213. OLE color: 13333213.

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

Color convert

RGB 221 114 203 -
CMYK 0 0.48 0.08 0.13
HSL 310.09º 0.61% 0.66% -
HSV(B) 310.09º 0.48% 0.87% -
XYZ 46.62 31.72 60.17 -
YUV 156.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 221 114 203 0 0.48 0.08 0.13 310.09 0.61 0.66
Hex DD 72 CB 0 30 8 D 136 3D 42
Octal 335 162 313 0 60 10 15 466 75 102
Binary 11011101 1110010 11001011 0 110000 1000 1101 100110110 111101 1000010

Color Harmonies of #DD72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72CB

Black with #DD72CB

Text Example


Text Example

White with #DD72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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