Html Css Color HEX #DD97B0 Kobi

📋 copy color: '#DD97B0'

red 221 ◦ green 151 ◦ blue 176

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

Shades of Kobi #DD97B0

Tints of Kobi #DD97B0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.55%

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

R = 40.33%
G = 27.55%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD97B0 (or 0xDD97B0) is known color: Kobi. HEX triplet: DD, 97 and B0. RGB value is (221,151,176). Sum of RGB (Red+Green+Blue) = 221+151+176=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD97B0 is #22684F. Grayscale: #AEAEAE. Windows color (decimal): -2254928 or 11573213. OLE color: 11573213.

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

Color convert

RGB 221 151 176 -
CMYK 0 0.32 0.20 0.13
HSL 338.57º 0.51% 0.73% -
HSV(B) 338.57º 0.32% 0.87% -
XYZ 48.72 40.64 46.35 -
YUV 174.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 221 151 176 0 0.32 0.20 0.13 338.57 0.51 0.73
Hex DD 97 B0 0 20 14 D 153 33 49
Octal 335 227 260 0 40 24 15 523 63 111
Binary 11011101 10010111 10110000 0 100000 10100 1101 101010011 110011 1001001

Color Harmonies of #DD97B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD97B0

Black with #DD97B0

Text Example


Text Example

White with #DD97B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD97B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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