Html Css Color HEX #DD7BAB Kobi

📋 copy color: '#DD7BAB'

red 221 ◦ green 123 ◦ blue 171

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

Shades of Kobi #DD7BAB

Tints of Kobi #DD7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.88%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 42.91%
G = 23.88%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD7BAB (or 0xDD7BAB) is known color: Kobi. HEX triplet: DD, 7B and AB. RGB value is (221,123,171). Sum of RGB (Red+Green+Blue) = 221+123+171=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAB is #228454. Grayscale: #9D9D9D. Windows color (decimal): -2262101 or 11238365. OLE color: 11238365.

HSL color Cylindrical-coordinate representation of color #DD7BAB: hue angle of 330.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BAB is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 171 -
CMYK 0 0.44 0.23 0.13
HSL 330.61º 0.59% 0.67% -
HSV(B) 330.61º 0.44% 0.87% -
XYZ 44.25 32.48 42.46 -
YUV 157.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 221 123 171 0 0.44 0.23 0.13 330.61 0.59 0.67
Hex DD 7B AB 0 2C 17 D 14B 3B 43
Octal 335 173 253 0 54 27 15 513 73 103
Binary 11011101 1111011 10101011 0 101100 10111 1101 101001011 111011 1000011

Color Harmonies of #DD7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BAB

Black with #DD7BAB

Text Example


Text Example

White with #DD7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BAB; }

 p { color: rgb(221,123,171); }

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

background-color css

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

 a { background-color: rgb(221,123,171); }

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

border-color css

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

 span { border-color: rgb(221,123,171); }

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