Html Css Color HEX #DD84AB Kobi

📋 copy color: '#DD84AB'

red 221 ◦ green 132 ◦ blue 171

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

Shades of Kobi #DD84AB

Tints of Kobi #DD84AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 42.18%
G = 25.19%
B = 32.63%

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

#DD84AB (or 0xDD84AB) is known color: Kobi. HEX triplet: DD, 84 and AB. RGB value is (221,132,171). Sum of RGB (Red+Green+Blue) = 221+132+171=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD84AB is #227B54. Grayscale: #A2A2A2. Windows color (decimal): -2259797 or 11240669. OLE color: 11240669.

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

Color convert

RGB 221 132 171 -
CMYK 0 0.40 0.23 0.13
HSL 333.71º 0.57% 0.69% -
HSV(B) 333.71º 0.4% 0.87% -
XYZ 45.42 34.81 42.85 -
YUV 163.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 221 132 171 0 0.40 0.23 0.13 333.71 0.57 0.69
Hex DD 84 AB 0 28 17 D 14E 39 45
Octal 335 204 253 0 50 27 15 516 71 105
Binary 11011101 10000100 10101011 0 101000 10111 1101 101001110 111001 1000101

Color Harmonies of #DD84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84AB

Black with #DD84AB

Text Example


Text Example

White with #DD84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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