Html Css Color HEX #DC90B2 Kobi

📋 copy color: '#DC90B2'

red 220 ◦ green 144 ◦ blue 178

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

Shades of Kobi #DC90B2

Tints of Kobi #DC90B2

RGB

 RED value IS 220 (86.33% from 255) = 40.59%

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

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

R = 40.59%
G = 26.57%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC90B2 (or 0xDC90B2) is known color: Kobi. HEX triplet: DC, 90 and B2. RGB value is (220,144,178). Sum of RGB (Red+Green+Blue) = 220+144+178=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90B2 is #236F4D. Grayscale: #AAAAAA. Windows color (decimal): -2322254 or 11702492. OLE color: 11702492.

HSL color Cylindrical-coordinate representation of color #DC90B2: hue angle of 333.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90B2 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 178 -
CMYK 0 0.35 0.19 0.14
HSL 333.16º 0.52% 0.71% -
HSV(B) 333.16º 0.35% 0.86% -
XYZ 47.52 38.38 47.02 -
YUV 170.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 220 144 178 0 0.35 0.19 0.14 333.16 0.52 0.71
Hex DC 90 B2 0 23 13 E 14D 34 47
Octal 334 220 262 0 43 23 16 515 64 107
Binary 11011100 10010000 10110010 0 100011 10011 1110 101001101 110100 1000111

Color Harmonies of #DC90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90B2

Black with #DC90B2

Text Example


Text Example

White with #DC90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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