Html Css Color HEX #DD7BAD Kobi

📋 copy color: '#DD7BAD'

red 221 ◦ green 123 ◦ blue 173

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

Shades of Kobi #DD7BAD

Tints of Kobi #DD7BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 42.75%
G = 23.79%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD7BAD (or 0xDD7BAD) is known color: Kobi. HEX triplet: DD, 7B and AD. RGB value is (221,123,173). Sum of RGB (Red+Green+Blue) = 221+123+173=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAD is #228452. Grayscale: #9D9D9D. Windows color (decimal): -2262099 or 11369437. OLE color: 11369437.

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

Color convert

RGB 221 123 173 -
CMYK 0 0.44 0.22 0.13
HSL 329.39º 0.59% 0.67% -
HSV(B) 329.39º 0.44% 0.87% -
XYZ 44.44 32.56 43.48 -
YUV 158 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 221 123 173 0 0.44 0.22 0.13 329.39 0.59 0.67
Hex DD 7B AD 0 2C 16 D 149 3B 43
Octal 335 173 255 0 54 26 15 511 73 103
Binary 11011101 1111011 10101101 0 101100 10110 1101 101001001 111011 1000011

Color Harmonies of #DD7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BAD

Black with #DD7BAD

Text Example


Text Example

White with #DD7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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