Html Css Color HEX #DD95A6 Kobi

📋 copy color: '#DD95A6'

red 221 ◦ green 149 ◦ blue 166

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

Shades of Kobi #DD95A6

Tints of Kobi #DD95A6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

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

R = 41.23%
G = 27.8%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD95A6 (or 0xDD95A6) is known color: Kobi. HEX triplet: DD, 95 and A6. RGB value is (221,149,166). Sum of RGB (Red+Green+Blue) = 221+149+166=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95A6 is #226A59. Grayscale: #ACACAC. Windows color (decimal): -2255450 or 10917341. OLE color: 10917341.

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

Color convert

RGB 221 149 166 -
CMYK 0 0.33 0.25 0.13
HSL 345.83º 0.51% 0.73% -
HSV(B) 345.83º 0.33% 0.87% -
XYZ 47.45 39.62 41.22 -
YUV 172.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 221 149 166 0 0.33 0.25 0.13 345.83 0.51 0.73
Hex DD 95 A6 0 21 19 D 15A 33 49
Octal 335 225 246 0 41 31 15 532 63 111
Binary 11011101 10010101 10100110 0 100001 11001 1101 101011010 110011 1001001

Color Harmonies of #DD95A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95A6

Black with #DD95A6

Text Example


Text Example

White with #DD95A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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