Html Css Color HEX #DD93AA Kobi

📋 copy color: '#DD93AA'

red 221 ◦ green 147 ◦ blue 170

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

Shades of Kobi #DD93AA

Tints of Kobi #DD93AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 41.08%
G = 27.32%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD93AA (or 0xDD93AA) is known color: Kobi. HEX triplet: DD, 93 and AA. RGB value is (221,147,170). Sum of RGB (Red+Green+Blue) = 221+147+170=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93AA is #226C55. Grayscale: #ABABAB. Windows color (decimal): -2255958 or 11178973. OLE color: 11178973.

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

Color convert

RGB 221 147 170 -
CMYK 0 0.33 0.23 0.13
HSL 341.35º 0.52% 0.72% -
HSV(B) 341.35º 0.33% 0.87% -
XYZ 47.51 39.14 43.08 -
YUV 171.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 221 147 170 0 0.33 0.23 0.13 341.35 0.52 0.72
Hex DD 93 AA 0 21 17 D 155 34 48
Octal 335 223 252 0 41 27 15 525 64 110
Binary 11011101 10010011 10101010 0 100001 10111 1101 101010101 110100 1001000

Color Harmonies of #DD93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93AA

Black with #DD93AA

Text Example


Text Example

White with #DD93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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