Html Css Color HEX #DD95A7 Kobi

📋 copy color: '#DD95A7'

red 221 ◦ green 149 ◦ blue 167

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

Shades of Kobi #DD95A7

Tints of Kobi #DD95A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 41.15%
G = 27.75%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD95A7 (or 0xDD95A7) is known color: Kobi. HEX triplet: DD, 95 and A7. RGB value is (221,149,167). Sum of RGB (Red+Green+Blue) = 221+149+167=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95A7 is #226A58. Grayscale: #ACACAC. Windows color (decimal): -2255449 or 10982877. OLE color: 10982877.

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

Color convert

RGB 221 149 167 -
CMYK 0 0.33 0.24 0.13
HSL 345º 0.51% 0.73% -
HSV(B) 345º 0.33% 0.87% -
XYZ 47.54 39.66 41.71 -
YUV 172.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 221 149 167 0 0.33 0.24 0.13 345 0.51 0.73
Hex DD 95 A7 0 21 18 D 159 33 49
Octal 335 225 247 0 41 30 15 531 63 111
Binary 11011101 10010101 10100111 0 100001 11000 1101 101011001 110011 1001001

Color Harmonies of #DD95A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95A7

Black with #DD95A7

Text Example


Text Example

White with #DD95A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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