Html Css Color HEX #DD88B3 Kobi

📋 copy color: '#DD88B3'

red 221 ◦ green 136 ◦ blue 179

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

Shades of Kobi #DD88B3

Tints of Kobi #DD88B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 41.23%
G = 25.37%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD88B3 (or 0xDD88B3) is known color: Kobi. HEX triplet: DD, 88 and B3. RGB value is (221,136,179). Sum of RGB (Red+Green+Blue) = 221+136+179=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88B3 is #22774C. Grayscale: #A6A6A6. Windows color (decimal): -2258765 or 11765981. OLE color: 11765981.

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

Color convert

RGB 221 136 179 -
CMYK 0 0.38 0.19 0.13
HSL 329.65º 0.56% 0.7% -
HSV(B) 329.65º 0.38% 0.87% -
XYZ 46.76 36.24 47.18 -
YUV 166.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 221 136 179 0 0.38 0.19 0.13 329.65 0.56 0.7
Hex DD 88 B3 0 26 13 D 14A 38 46
Octal 335 210 263 0 46 23 15 512 70 106
Binary 11011101 10001000 10110011 0 100110 10011 1101 101001010 111000 1000110

Color Harmonies of #DD88B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88B3

Black with #DD88B3

Text Example


Text Example

White with #DD88B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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