Html Css Color HEX #DD95AF Kobi

📋 copy color: '#DD95AF'

red 221 ◦ green 149 ◦ blue 175

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

Shades of Kobi #DD95AF

Tints of Kobi #DD95AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.34%

 BLUE value IS 175 (68.75% from 255) = 32.11%

R = 40.55%
G = 27.34%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD95AF (or 0xDD95AF) is known color: Kobi. HEX triplet: DD, 95 and AF. RGB value is (221,149,175). Sum of RGB (Red+Green+Blue) = 221+149+175=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AF is #226A50. Grayscale: #ADADAD. Windows color (decimal): -2255441 or 11507165. OLE color: 11507165.

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

Color convert

RGB 221 149 175 -
CMYK 0 0.33 0.21 0.13
HSL 338.33º 0.51% 0.73% -
HSV(B) 338.33º 0.33% 0.87% -
XYZ 48.3 39.96 45.73 -
YUV 173.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 221 149 175 0 0.33 0.21 0.13 338.33 0.51 0.73
Hex DD 95 AF 0 21 15 D 152 33 49
Octal 335 225 257 0 41 25 15 522 63 111
Binary 11011101 10010101 10101111 0 100001 10101 1101 101010010 110011 1001001

Color Harmonies of #DD95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95AF

Black with #DD95AF

Text Example


Text Example

White with #DD95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95AF; }

 p { color: rgb(221,149,175); }

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

background-color css

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

 a { background-color: rgb(221,149,175); }

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

border-color css

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

 span { border-color: rgb(221,149,175); }

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