Html Css Color HEX #DD8AA6 Kobi

📋 copy color: '#DD8AA6'

red 221 ◦ green 138 ◦ blue 166

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

Shades of Kobi #DD8AA6

Tints of Kobi #DD8AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 42.1%
G = 26.29%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD8AA6 (or 0xDD8AA6) is known color: Kobi. HEX triplet: DD, 8A and A6. RGB value is (221,138,166). Sum of RGB (Red+Green+Blue) = 221+138+166=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA6 is #227559. Grayscale: #A5A5A5. Windows color (decimal): -2258266 or 10914525. OLE color: 10914525.

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

Color convert

RGB 221 138 166 -
CMYK 0 0.38 0.25 0.13
HSL 339.76º 0.55% 0.7% -
HSV(B) 339.76º 0.38% 0.87% -
XYZ 45.79 36.3 40.67 -
YUV 166.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 221 138 166 0 0.38 0.25 0.13 339.76 0.55 0.7
Hex DD 8A A6 0 26 19 D 154 37 46
Octal 335 212 246 0 46 31 15 524 67 106
Binary 11011101 10001010 10100110 0 100110 11001 1101 101010100 110111 1000110

Color Harmonies of #DD8AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8AA6

Black with #DD8AA6

Text Example


Text Example

White with #DD8AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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