Html Css Color HEX #DD96AF Kobi

📋 copy color: '#DD96AF'

red 221 ◦ green 150 ◦ blue 175

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

Shades of Kobi #DD96AF

Tints of Kobi #DD96AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

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

R = 40.48%
G = 27.47%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD96AF (or 0xDD96AF) is known color: Kobi. HEX triplet: DD, 96 and AF. RGB value is (221,150,175). Sum of RGB (Red+Green+Blue) = 221+150+175=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AF is #226950. Grayscale: #AEAEAE. Windows color (decimal): -2255185 or 11507421. OLE color: 11507421.

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

Color convert

RGB 221 150 175 -
CMYK 0 0.32 0.21 0.13
HSL 338.87º 0.51% 0.73% -
HSV(B) 338.87º 0.32% 0.87% -
XYZ 48.46 40.28 45.78 -
YUV 174.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 221 150 175 0 0.32 0.21 0.13 338.87 0.51 0.73
Hex DD 96 AF 0 20 15 D 153 33 49
Octal 335 226 257 0 40 25 15 523 63 111
Binary 11011101 10010110 10101111 0 100000 10101 1101 101010011 110011 1001001

Color Harmonies of #DD96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96AF

Black with #DD96AF

Text Example


Text Example

White with #DD96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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