Html Css Color HEX #DD95B0 Kobi

📋 copy color: '#DD95B0'

red 221 ◦ green 149 ◦ blue 176

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

Shades of Kobi #DD95B0

Tints of Kobi #DD95B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 40.48%
G = 27.29%
B = 32.23%

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

#DD95B0 (or 0xDD95B0) is known color: Kobi. HEX triplet: DD, 95 and B0. RGB value is (221,149,176). Sum of RGB (Red+Green+Blue) = 221+149+176=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95B0 is #226A4F. Grayscale: #ADADAD. Windows color (decimal): -2255440 or 11572701. OLE color: 11572701.

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

Color convert

RGB 221 149 176 -
CMYK 0 0.33 0.20 0.13
HSL 337.5º 0.51% 0.73% -
HSV(B) 337.5º 0.33% 0.87% -
XYZ 48.4 40 46.24 -
YUV 173.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 221 149 176 0 0.33 0.20 0.13 337.5 0.51 0.73
Hex DD 95 B0 0 21 14 D 152 33 49
Octal 335 225 260 0 41 24 15 522 63 111
Binary 11011101 10010101 10110000 0 100001 10100 1101 101010010 110011 1001001

Color Harmonies of #DD95B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95B0

Black with #DD95B0

Text Example


Text Example

White with #DD95B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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