Html Css Color HEX #DD90B2 Kobi

📋 copy color: '#DD90B2'

red 221 ◦ green 144 ◦ blue 178

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

Shades of Kobi #DD90B2

Tints of Kobi #DD90B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 40.7%
G = 26.52%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD90B2 (or 0xDD90B2) is known color: Kobi. HEX triplet: DD, 90 and B2. RGB value is (221,144,178). Sum of RGB (Red+Green+Blue) = 221+144+178=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90B2 is #226F4D. Grayscale: #AAAAAA. Windows color (decimal): -2256718 or 11702493. OLE color: 11702493.

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

Color convert

RGB 221 144 178 -
CMYK 0 0.35 0.19 0.13
HSL 333.51º 0.53% 0.72% -
HSV(B) 333.51º 0.35% 0.87% -
XYZ 47.83 38.53 47.04 -
YUV 170.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 221 144 178 0 0.35 0.19 0.13 333.51 0.53 0.72
Hex DD 90 B2 0 23 13 D 14E 35 48
Octal 335 220 262 0 43 23 15 516 65 110
Binary 11011101 10010000 10110010 0 100011 10011 1101 101001110 110101 1001000

Color Harmonies of #DD90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD90B2

Black with #DD90B2

Text Example


Text Example

White with #DD90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD90B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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