Html Css Color HEX #DD94AA Kobi

📋 copy color: '#DD94AA'

red 221 ◦ green 148 ◦ blue 170

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

Shades of Kobi #DD94AA

Tints of Kobi #DD94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 41%
G = 27.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD94AA (or 0xDD94AA) is known color: Kobi. HEX triplet: DD, 94 and AA. RGB value is (221,148,170). Sum of RGB (Red+Green+Blue) = 221+148+170=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD94AA is #226B55. Grayscale: #ACACAC. Windows color (decimal): -2255702 or 11179229. OLE color: 11179229.

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

Color convert

RGB 221 148 170 -
CMYK 0 0.33 0.23 0.13
HSL 341.92º 0.52% 0.72% -
HSV(B) 341.92º 0.33% 0.87% -
XYZ 47.66 39.45 43.13 -
YUV 172.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 221 148 170 0 0.33 0.23 0.13 341.92 0.52 0.72
Hex DD 94 AA 0 21 17 D 156 34 48
Octal 335 224 252 0 41 27 15 526 64 110
Binary 11011101 10010100 10101010 0 100001 10111 1101 101010110 110100 1001000

Color Harmonies of #DD94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94AA

Black with #DD94AA

Text Example


Text Example

White with #DD94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94AA; }

 p { color: rgb(221,148,170); }

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

background-color css

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

 a { background-color: rgb(221,148,170); }

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

border-color css

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

 span { border-color: rgb(221,148,170); }

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