Html Css Color HEX #DC90B4 Kobi

📋 copy color: '#DC90B4'

red 220 ◦ green 144 ◦ blue 180

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

Shades of Kobi #DC90B4

Tints of Kobi #DC90B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 40.44%
G = 26.47%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC90B4 (or 0xDC90B4) is known color: Kobi. HEX triplet: DC, 90 and B4. RGB value is (220,144,180). Sum of RGB (Red+Green+Blue) = 220+144+180=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90B4 is #236F4B. Grayscale: #AAAAAA. Windows color (decimal): -2322252 or 11833564. OLE color: 11833564.

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

Color convert

RGB 220 144 180 -
CMYK 0 0.35 0.18 0.14
HSL 331.58º 0.52% 0.71% -
HSV(B) 331.58º 0.35% 0.86% -
XYZ 47.73 38.46 48.09 -
YUV 170.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 220 144 180 0 0.35 0.18 0.14 331.58 0.52 0.71
Hex DC 90 B4 0 23 12 E 14C 34 47
Octal 334 220 264 0 43 22 16 514 64 107
Binary 11011100 10010000 10110100 0 100011 10010 1110 101001100 110100 1000111

Color Harmonies of #DC90B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC90B4

Black with #DC90B4

Text Example


Text Example

White with #DC90B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC90B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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