Html Css Color HEX #D295A9 Kobi

📋 copy color: '#D295A9'

red 210 ◦ green 149 ◦ blue 169

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

Shades of Kobi #D295A9

Tints of Kobi #D295A9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.22%

 BLUE value IS 169 (66.41% from 255) = 32.01%

R = 39.77%
G = 28.22%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D295A9 (or 0xD295A9) is known color: Kobi. HEX triplet: D2, 95 and A9. RGB value is (210,149,169). Sum of RGB (Red+Green+Blue) = 210+149+169=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A9 is #2D6A56. Grayscale: #A9A9A9. Windows color (decimal): -2976343 or 11113938. OLE color: 11113938.

HSL color Cylindrical-coordinate representation of color #D295A9: hue angle of 340.33º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295A9 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 169 -
CMYK 0 0.29 0.20 0.18
HSL 340.33º 0.4% 0.7% -
HSV(B) 340.33º 0.29% 0.82% -
XYZ 44.49 38.06 42.54 -
YUV 169.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 210 149 169 0 0.29 0.20 0.18 340.33 0.4 0.7
Hex D2 95 A9 0 1D 14 12 154 28 46
Octal 322 225 251 0 35 24 22 524 50 106
Binary 11010010 10010101 10101001 0 11101 10100 10010 101010100 101000 1000110

Color Harmonies of #D295A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295A9

Black with #D295A9

Text Example


Text Example

White with #D295A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295A9; }

 p { color: rgb(210,149,169); }

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

background-color css

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

 a { background-color: rgb(210,149,169); }

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

border-color css

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

 span { border-color: rgb(210,149,169); }

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