Html Css Color HEX #DD90AE Kobi

📋 copy color: '#DD90AE'

red 221 ◦ green 144 ◦ blue 174

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

Shades of Kobi #DD90AE

Tints of Kobi #DD90AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.72%

 BLUE value IS 174 (68.36% from 255) = 32.28%

R = 41%
G = 26.72%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD90AE (or 0xDD90AE) is known color: Kobi. HEX triplet: DD, 90 and AE. RGB value is (221,144,174). Sum of RGB (Red+Green+Blue) = 221+144+174=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90AE is #226F51. Grayscale: #AAAAAA. Windows color (decimal): -2256722 or 11440349. OLE color: 11440349.

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

Color convert

RGB 221 144 174 -
CMYK 0 0.35 0.21 0.13
HSL 336.62º 0.53% 0.72% -
HSV(B) 336.62º 0.35% 0.87% -
XYZ 47.43 38.37 44.95 -
YUV 170.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 221 144 174 0 0.35 0.21 0.13 336.62 0.53 0.72
Hex DD 90 AE 0 23 15 D 151 35 48
Octal 335 220 256 0 43 25 15 521 65 110
Binary 11011101 10010000 10101110 0 100011 10101 1101 101010001 110101 1001000

Color Harmonies of #DD90AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90AE

Black with #DD90AE

Text Example


Text Example

White with #DD90AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90AE; }

 p { color: rgb(221,144,174); }

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

background-color css

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

 a { background-color: rgb(221,144,174); }

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

border-color css

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

 span { border-color: rgb(221,144,174); }

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