Html Css Color HEX #D290B0 Kobi

📋 copy color: '#D290B0'

red 210 ◦ green 144 ◦ blue 176

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

Shades of Kobi #D290B0

Tints of Kobi #D290B0

RGB

 RED value IS 210 (82.42% from 255) = 39.62%

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

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

R = 39.62%
G = 27.17%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D290B0 (or 0xD290B0) is known color: Kobi. HEX triplet: D2, 90 and B0. RGB value is (210,144,176). Sum of RGB (Red+Green+Blue) = 210+144+176=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D290B0 is #2D6F4F. Grayscale: #A7A7A7. Windows color (decimal): -2977616 or 11571410. OLE color: 11571410.

HSL color Cylindrical-coordinate representation of color #D290B0: hue angle of 330.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290B0 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 176 -
CMYK 0 0.31 0.16 0.18
HSL 330.91º 0.42% 0.69% -
HSV(B) 330.91º 0.31% 0.82% -
XYZ 44.39 36.78 45.83 -
YUV 167.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 210 144 176 0 0.31 0.16 0.18 330.91 0.42 0.69
Hex D2 90 B0 0 1F 10 12 14B 2A 45
Octal 322 220 260 0 37 20 22 513 52 105
Binary 11010010 10010000 10110000 0 11111 10000 10010 101001011 101010 1000101

Color Harmonies of #D290B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B0

Black with #D290B0

Text Example


Text Example

White with #D290B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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