Html Css Color HEX #DD88B1 Kobi

📋 copy color: '#DD88B1'

red 221 ◦ green 136 ◦ blue 177

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

Shades of Kobi #DD88B1

Tints of Kobi #DD88B1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.47%

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 41.39%
G = 25.47%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD88B1 (or 0xDD88B1) is known color: Kobi. HEX triplet: DD, 88 and B1. RGB value is (221,136,177). Sum of RGB (Red+Green+Blue) = 221+136+177=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88B1 is #22774E. Grayscale: #A6A6A6. Windows color (decimal): -2258767 or 11634909. OLE color: 11634909.

HSL color Cylindrical-coordinate representation of color #DD88B1: hue angle of 331.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88B1 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 177 -
CMYK 0 0.38 0.20 0.13
HSL 331.06º 0.56% 0.7% -
HSV(B) 331.06º 0.38% 0.87% -
XYZ 46.56 36.15 46.12 -
YUV 166.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 221 136 177 0 0.38 0.20 0.13 331.06 0.56 0.7
Hex DD 88 B1 0 26 14 D 14B 38 46
Octal 335 210 261 0 46 24 15 513 70 106
Binary 11011101 10001000 10110001 0 100110 10100 1101 101001011 111000 1000110

Color Harmonies of #DD88B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88B1

Black with #DD88B1

Text Example


Text Example

White with #DD88B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88B1; }

 p { color: rgb(221,136,177); }

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

background-color css

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

 a { background-color: rgb(221,136,177); }

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

border-color css

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

 span { border-color: rgb(221,136,177); }

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