Html Css Color HEX #D296AD Kobi

📋 copy color: '#D296AD'

red 210 ◦ green 150 ◦ blue 173

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

Shades of Kobi #D296AD

Tints of Kobi #D296AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.14%

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

R = 39.4%
G = 28.14%
B = 32.46%

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

#D296AD (or 0xD296AD) is known color: Kobi. HEX triplet: D2, 96 and AD. RGB value is (210,150,173). Sum of RGB (Red+Green+Blue) = 210+150+173=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D296AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296AD is #2D6952. Grayscale: #AAAAAA. Windows color (decimal): -2976083 or 11376338. OLE color: 11376338.

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

Color convert

RGB 210 150 173 -
CMYK 0 0.29 0.18 0.18
HSL 337º 0.4% 0.71% -
HSV(B) 337º 0.29% 0.82% -
XYZ 45.03 38.53 44.6 -
YUV 170.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 210 150 173 0 0.29 0.18 0.18 337 0.4 0.71
Hex D2 96 AD 0 1D 12 12 151 28 47
Octal 322 226 255 0 35 22 22 521 50 107
Binary 11010010 10010110 10101101 0 11101 10010 10010 101010001 101000 1000111

Color Harmonies of #D296AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296AD

Black with #D296AD

Text Example


Text Example

White with #D296AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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