Html Css Color HEX #DD95B1 Kobi

📋 copy color: '#DD95B1'

red 221 ◦ green 149 ◦ blue 177

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

Shades of Kobi #DD95B1

Tints of Kobi #DD95B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 40.4%
G = 27.24%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD95B1 (or 0xDD95B1) is known color: Kobi. HEX triplet: DD, 95 and B1. RGB value is (221,149,177). Sum of RGB (Red+Green+Blue) = 221+149+177=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95B1 is #226A4E. Grayscale: #ADADAD. Windows color (decimal): -2255439 or 11638237. OLE color: 11638237.

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

Color convert

RGB 221 149 177 -
CMYK 0 0.33 0.20 0.13
HSL 336.67º 0.51% 0.73% -
HSV(B) 336.67º 0.33% 0.87% -
XYZ 48.5 40.04 46.77 -
YUV 173.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 221 149 177 0 0.33 0.20 0.13 336.67 0.51 0.73
Hex DD 95 B1 0 21 14 D 151 33 49
Octal 335 225 261 0 41 24 15 521 63 111
Binary 11011101 10010101 10110001 0 100001 10100 1101 101010001 110011 1001001

Color Harmonies of #DD95B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95B1

Black with #DD95B1

Text Example


Text Example

White with #DD95B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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