Html Css Color HEX #DD90B0 Kobi

📋 copy color: '#DD90B0'

red 221 ◦ green 144 ◦ blue 176

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

Shades of Kobi #DD90B0

Tints of Kobi #DD90B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 40.85%
G = 26.62%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD90B0 (or 0xDD90B0) is known color: Kobi. HEX triplet: DD, 90 and B0. RGB value is (221,144,176). Sum of RGB (Red+Green+Blue) = 221+144+176=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90B0 is #226F4F. Grayscale: #AAAAAA. Windows color (decimal): -2256720 or 11571421. OLE color: 11571421.

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

Color convert

RGB 221 144 176 -
CMYK 0 0.35 0.20 0.13
HSL 335.06º 0.53% 0.72% -
HSV(B) 335.06º 0.35% 0.87% -
XYZ 47.63 38.45 45.99 -
YUV 170.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 221 144 176 0 0.35 0.20 0.13 335.06 0.53 0.72
Hex DD 90 B0 0 23 14 D 14F 35 48
Octal 335 220 260 0 43 24 15 517 65 110
Binary 11011101 10010000 10110000 0 100011 10100 1101 101001111 110101 1001000

Color Harmonies of #DD90B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90B0

Black with #DD90B0

Text Example


Text Example

White with #DD90B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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