Html Css Color HEX #D290AB Kobi

📋 copy color: '#D290AB'

red 210 ◦ green 144 ◦ blue 171

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

Shades of Kobi #D290AB

Tints of Kobi #D290AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 40%
G = 27.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D290AB (or 0xD290AB) is known color: Kobi. HEX triplet: D2, 90 and AB. RGB value is (210,144,171). Sum of RGB (Red+Green+Blue) = 210+144+171=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D290AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D290AB is #2D6F54. Grayscale: #A6A6A6. Windows color (decimal): -2977621 or 11243730. OLE color: 11243730.

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

Color convert

RGB 210 144 171 -
CMYK 0 0.31 0.19 0.18
HSL 335.45º 0.42% 0.69% -
HSV(B) 335.45º 0.31% 0.82% -
XYZ 43.9 36.59 43.28 -
YUV 166.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 210 144 171 0 0.31 0.19 0.18 335.45 0.42 0.69
Hex D2 90 AB 0 1F 13 12 14F 2A 45
Octal 322 220 253 0 37 23 22 517 52 105
Binary 11010010 10010000 10101011 0 11111 10011 10010 101001111 101010 1000101

Color Harmonies of #D290AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290AB

Black with #D290AB

Text Example


Text Example

White with #D290AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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