Html Css Color HEX #DD81AB Kobi

📋 copy color: '#DD81AB'

red 221 ◦ green 129 ◦ blue 171

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

Shades of Kobi #DD81AB

Tints of Kobi #DD81AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.76%

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

R = 42.42%
G = 24.76%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD81AB (or 0xDD81AB) is known color: Kobi. HEX triplet: DD, 81 and AB. RGB value is (221,129,171). Sum of RGB (Red+Green+Blue) = 221+129+171=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81AB is #227E54. Grayscale: #A1A1A1. Windows color (decimal): -2260565 or 11239901. OLE color: 11239901.

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

Color convert

RGB 221 129 171 -
CMYK 0 0.42 0.23 0.13
HSL 332.61º 0.58% 0.69% -
HSV(B) 332.61º 0.42% 0.87% -
XYZ 45.02 34.01 42.72 -
YUV 161.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 221 129 171 0 0.42 0.23 0.13 332.61 0.58 0.69
Hex DD 81 AB 0 2A 17 D 14D 3A 45
Octal 335 201 253 0 52 27 15 515 72 105
Binary 11011101 10000001 10101011 0 101010 10111 1101 101001101 111010 1000101

Color Harmonies of #DD81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81AB

Black with #DD81AB

Text Example


Text Example

White with #DD81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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