Html Css Color HEX #D290B2 Kobi

📋 copy color: '#D290B2'

red 210 ◦ green 144 ◦ blue 178

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

Shades of Kobi #D290B2

Tints of Kobi #D290B2

RGB

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

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

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

R = 39.47%
G = 27.07%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D290B2 (or 0xD290B2) is known color: Kobi. HEX triplet: D2, 90 and B2. RGB value is (210,144,178). Sum of RGB (Red+Green+Blue) = 210+144+178=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D290B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D290B2 is #2D6F4D. Grayscale: #A7A7A7. Windows color (decimal): -2977614 or 11702482. OLE color: 11702482.

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

Color convert

RGB 210 144 178 -
CMYK 0 0.31 0.15 0.18
HSL 329.09º 0.42% 0.69% -
HSV(B) 329.09º 0.31% 0.82% -
XYZ 44.59 36.86 46.88 -
YUV 167.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 210 144 178 0 0.31 0.15 0.18 329.09 0.42 0.69
Hex D2 90 B2 0 1F F 12 149 2A 45
Octal 322 220 262 0 37 17 22 511 52 105
Binary 11010010 10010000 10110010 0 11111 1111 10010 101001001 101010 1000101

Color Harmonies of #D290B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290B2

Black with #D290B2

Text Example


Text Example

White with #D290B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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