Html Css Color HEX #DD93A6 Kobi

📋 copy color: '#DD93A6'

red 221 ◦ green 147 ◦ blue 166

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

Shades of Kobi #DD93A6

Tints of Kobi #DD93A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.09%

R = 41.39%
G = 27.53%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD93A6 (or 0xDD93A6) is known color: Kobi. HEX triplet: DD, 93 and A6. RGB value is (221,147,166). Sum of RGB (Red+Green+Blue) = 221+147+166=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD93A6 is #226C59. Grayscale: #ABABAB. Windows color (decimal): -2255962 or 10916829. OLE color: 10916829.

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

Color convert

RGB 221 147 166 -
CMYK 0 0.33 0.25 0.13
HSL 344.59º 0.52% 0.72% -
HSV(B) 344.59º 0.33% 0.87% -
XYZ 47.14 38.99 41.12 -
YUV 171.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 221 147 166 0 0.33 0.25 0.13 344.59 0.52 0.72
Hex DD 93 A6 0 21 19 D 159 34 48
Octal 335 223 246 0 41 31 15 531 64 110
Binary 11011101 10010011 10100110 0 100001 11001 1101 101011001 110100 1001000

Color Harmonies of #DD93A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93A6

Black with #DD93A6

Text Example


Text Example

White with #DD93A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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