Html Css Color HEX #DD93AD Kobi

📋 copy color: '#DD93AD'

red 221 ◦ green 147 ◦ blue 173

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

Shades of Kobi #DD93AD

Tints of Kobi #DD93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.17%

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

R = 40.85%
G = 27.17%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD93AD (or 0xDD93AD) is known color: Kobi. HEX triplet: DD, 93 and AD. RGB value is (221,147,173). Sum of RGB (Red+Green+Blue) = 221+147+173=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93AD is #226C52. Grayscale: #ACACAC. Windows color (decimal): -2255955 or 11375581. OLE color: 11375581.

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

Color convert

RGB 221 147 173 -
CMYK 0 0.33 0.22 0.13
HSL 338.92º 0.52% 0.72% -
HSV(B) 338.92º 0.33% 0.87% -
XYZ 47.8 39.26 44.59 -
YUV 172.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 221 147 173 0 0.33 0.22 0.13 338.92 0.52 0.72
Hex DD 93 AD 0 21 16 D 153 34 48
Octal 335 223 255 0 41 26 15 523 64 110
Binary 11011101 10010011 10101101 0 100001 10110 1101 101010011 110100 1001000

Color Harmonies of #DD93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93AD

Black with #DD93AD

Text Example


Text Example

White with #DD93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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