Html Css Color HEX #DD84CB Orchid

📋 copy color: '#DD84CB'

red 221 ◦ green 132 ◦ blue 203

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

Shades of Orchid #DD84CB

Tints of Orchid #DD84CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

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

R = 39.75%
G = 23.74%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD84CB (or 0xDD84CB) is known color: Orchid. HEX triplet: DD, 84 and CB. RGB value is (221,132,203). Sum of RGB (Red+Green+Blue) = 221+132+203=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84CB is #227B34. Grayscale: #A6A6A6. Windows color (decimal): -2259765 or 13337821. OLE color: 13337821.

HSL color Cylindrical-coordinate representation of color #DD84CB: hue angle of 312.13º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84CB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 203 -
CMYK 0 0.40 0.08 0.13
HSL 312.13º 0.57% 0.69% -
HSV(B) 312.13º 0.4% 0.87% -
XYZ 48.85 36.19 60.91 -
YUV 166.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 221 132 203 0 0.40 0.08 0.13 312.13 0.57 0.69
Hex DD 84 CB 0 28 8 D 138 39 45
Octal 335 204 313 0 50 10 15 470 71 105
Binary 11011101 10000100 11001011 0 101000 1000 1101 100111000 111001 1000101

Color Harmonies of #DD84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84CB

Black with #DD84CB

Text Example


Text Example

White with #DD84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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