Html Css Color HEX #D295AB Kobi

📋 copy color: '#D295AB'

red 210 ◦ green 149 ◦ blue 171

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

Shades of Kobi #D295AB

Tints of Kobi #D295AB

RGB

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

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

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

R = 39.62%
G = 28.11%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D295AB (or 0xD295AB) is known color: Kobi. HEX triplet: D2, 95 and AB. RGB value is (210,149,171). Sum of RGB (Red+Green+Blue) = 210+149+171=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D295AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295AB is #2D6A54. Grayscale: #A9A9A9. Windows color (decimal): -2976341 or 11245010. OLE color: 11245010.

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

Color convert

RGB 210 149 171 -
CMYK 0 0.29 0.19 0.18
HSL 338.36º 0.4% 0.7% -
HSV(B) 338.36º 0.29% 0.82% -
XYZ 44.68 38.14 43.53 -
YUV 169.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 210 149 171 0 0.29 0.19 0.18 338.36 0.4 0.7
Hex D2 95 AB 0 1D 13 12 152 28 46
Octal 322 225 253 0 35 23 22 522 50 106
Binary 11010010 10010101 10101011 0 11101 10011 10010 101010010 101000 1000110

Color Harmonies of #D295AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295AB

Black with #D295AB

Text Example


Text Example

White with #D295AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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