Html Css Color HEX #D295AD Kobi

📋 copy color: '#D295AD'

red 210 ◦ green 149 ◦ blue 173

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

Shades of Kobi #D295AD

Tints of Kobi #D295AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 39.47%
G = 28.01%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D295AD (or 0xD295AD) is known color: Kobi. HEX triplet: D2, 95 and AD. RGB value is (210,149,173). Sum of RGB (Red+Green+Blue) = 210+149+173=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D295AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295AD is #2D6A52. Grayscale: #A9A9A9. Windows color (decimal): -2976339 or 11376082. OLE color: 11376082.

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

Color convert

RGB 210 149 173 -
CMYK 0 0.29 0.18 0.18
HSL 336.39º 0.4% 0.7% -
HSV(B) 336.39º 0.29% 0.82% -
XYZ 44.87 38.21 44.55 -
YUV 169.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 210 149 173 0 0.29 0.18 0.18 336.39 0.4 0.7
Hex D2 95 AD 0 1D 12 12 150 28 46
Octal 322 225 255 0 35 22 22 520 50 106
Binary 11010010 10010101 10101101 0 11101 10010 10010 101010000 101000 1000110

Color Harmonies of #D295AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295AD

Black with #D295AD

Text Example


Text Example

White with #D295AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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