Html Css Color HEX #DD7DAD Kobi

📋 copy color: '#DD7DAD'

red 221 ◦ green 125 ◦ blue 173

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

Shades of Kobi #DD7DAD

Tints of Kobi #DD7DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

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

R = 42.58%
G = 24.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD7DAD (or 0xDD7DAD) is known color: Kobi. HEX triplet: DD, 7D and AD. RGB value is (221,125,173). Sum of RGB (Red+Green+Blue) = 221+125+173=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DAD is #228252. Grayscale: #9F9F9F. Windows color (decimal): -2261587 or 11369949. OLE color: 11369949.

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

Color convert

RGB 221 125 173 -
CMYK 0 0.43 0.22 0.13
HSL 330º 0.59% 0.68% -
HSV(B) 330º 0.43% 0.87% -
XYZ 44.7 33.06 43.56 -
YUV 159.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 221 125 173 0 0.43 0.22 0.13 330 0.59 0.68
Hex DD 7D AD 0 2B 16 D 14A 3B 44
Octal 335 175 255 0 53 26 15 512 73 104
Binary 11011101 1111101 10101101 0 101011 10110 1101 101001010 111011 1000100

Color Harmonies of #DD7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DAD

Black with #DD7DAD

Text Example


Text Example

White with #DD7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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