Html Css Color HEX #DD93AB Kobi

📋 copy color: '#DD93AB'

red 221 ◦ green 147 ◦ blue 171

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

Shades of Kobi #DD93AB

Tints of Kobi #DD93AB

RGB

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

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

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

R = 41%
G = 27.27%
B = 31.73%

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

#DD93AB (or 0xDD93AB) is known color: Kobi. HEX triplet: DD, 93 and AB. RGB value is (221,147,171). Sum of RGB (Red+Green+Blue) = 221+147+171=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93AB is #226C54. Grayscale: #ABABAB. Windows color (decimal): -2255957 or 11244509. OLE color: 11244509.

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

Color convert

RGB 221 147 171 -
CMYK 0 0.33 0.23 0.13
HSL 340.54º 0.52% 0.72% -
HSV(B) 340.54º 0.33% 0.87% -
XYZ 47.6 39.18 43.58 -
YUV 171.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 221 147 171 0 0.33 0.23 0.13 340.54 0.52 0.72
Hex DD 93 AB 0 21 17 D 155 34 48
Octal 335 223 253 0 41 27 15 525 64 110
Binary 11011101 10010011 10101011 0 100001 10111 1101 101010101 110100 1001000

Color Harmonies of #DD93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93AB

Black with #DD93AB

Text Example


Text Example

White with #DD93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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