Html Css Color HEX #DD84CA Orchid

📋 copy color: '#DD84CA'

red 221 ◦ green 132 ◦ blue 202

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

Shades of Orchid #DD84CA

Tints of Orchid #DD84CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 39.82%
G = 23.78%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD84CA (or 0xDD84CA) is known color: Orchid. HEX triplet: DD, 84 and CA. RGB value is (221,132,202). Sum of RGB (Red+Green+Blue) = 221+132+202=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84CA is #227B35. Grayscale: #A6A6A6. Windows color (decimal): -2259766 or 13272285. OLE color: 13272285.

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

Color convert

RGB 221 132 202 -
CMYK 0 0.40 0.09 0.13
HSL 312.81º 0.57% 0.69% -
HSV(B) 312.81º 0.4% 0.87% -
XYZ 48.73 36.14 60.28 -
YUV 166.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 221 132 202 0 0.40 0.09 0.13 312.81 0.57 0.69
Hex DD 84 CA 0 28 9 D 139 39 45
Octal 335 204 312 0 50 11 15 471 71 105
Binary 11011101 10000100 11001010 0 101000 1001 1101 100111001 111001 1000101

Color Harmonies of #DD84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84CA

Black with #DD84CA

Text Example


Text Example

White with #DD84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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