Html Css Color HEX #DD84AA Kobi

📋 copy color: '#DD84AA'

red 221 ◦ green 132 ◦ blue 170

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

Shades of Kobi #DD84AA

Tints of Kobi #DD84AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 42.26%
G = 25.24%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD84AA (or 0xDD84AA) is known color: Kobi. HEX triplet: DD, 84 and AA. RGB value is (221,132,170). Sum of RGB (Red+Green+Blue) = 221+132+170=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD84AA is #227B55. Grayscale: #A2A2A2. Windows color (decimal): -2259798 or 11175133. OLE color: 11175133.

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

Color convert

RGB 221 132 170 -
CMYK 0 0.40 0.23 0.13
HSL 334.38º 0.57% 0.69% -
HSV(B) 334.38º 0.4% 0.87% -
XYZ 45.33 34.78 42.35 -
YUV 162.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 221 132 170 0 0.40 0.23 0.13 334.38 0.57 0.69
Hex DD 84 AA 0 28 17 D 14E 39 45
Octal 335 204 252 0 50 27 15 516 71 105
Binary 11011101 10000100 10101010 0 101000 10111 1101 101001110 111001 1000101

Color Harmonies of #DD84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84AA

Black with #DD84AA

Text Example


Text Example

White with #DD84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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