Html Css Color HEX #DD8AB2 Kobi

📋 copy color: '#DD8AB2'

red 221 ◦ green 138 ◦ blue 178

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

Shades of Kobi #DD8AB2

Tints of Kobi #DD8AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 41.15%
G = 25.7%
B = 33.15%

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

#DD8AB2 (or 0xDD8AB2) is known color: Kobi. HEX triplet: DD, 8A and B2. RGB value is (221,138,178). Sum of RGB (Red+Green+Blue) = 221+138+178=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AB2 is #22754D. Grayscale: #A7A7A7. Windows color (decimal): -2258254 or 11700957. OLE color: 11700957.

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

Color convert

RGB 221 138 178 -
CMYK 0 0.38 0.19 0.13
HSL 331.08º 0.55% 0.7% -
HSV(B) 331.08º 0.38% 0.87% -
XYZ 46.94 36.76 46.74 -
YUV 167.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 221 138 178 0 0.38 0.19 0.13 331.08 0.55 0.7
Hex DD 8A B2 0 26 13 D 14B 37 46
Octal 335 212 262 0 46 23 15 513 67 106
Binary 11011101 10001010 10110010 0 100110 10011 1101 101001011 110111 1000110

Color Harmonies of #DD8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8AB2

Black with #DD8AB2

Text Example


Text Example

White with #DD8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8AB2; }

 p { color: rgb(221,138,178); }

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

background-color css

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

 a { background-color: rgb(221,138,178); }

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

border-color css

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

 span { border-color: rgb(221,138,178); }

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