Html Css Color HEX #D496AD Kobi

📋 copy color: '#D496AD'

red 212 ◦ green 150 ◦ blue 173

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

Shades of Kobi #D496AD

Tints of Kobi #D496AD

RGB

 RED value IS 212 (83.2% from 255) = 39.63%

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

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

R = 39.63%
G = 28.04%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D496AD (or 0xD496AD) is known color: Kobi. HEX triplet: D4, 96 and AD. RGB value is (212,150,173). Sum of RGB (Red+Green+Blue) = 212+150+173=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D496AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D496AD is #2B6952. Grayscale: #ABABAB. Windows color (decimal): -2845011 or 11376340. OLE color: 11376340.

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

Color convert

RGB 212 150 173 -
CMYK 0 0.29 0.18 0.17
HSL 337.74º 0.42% 0.71% -
HSV(B) 337.74º 0.29% 0.83% -
XYZ 45.6 38.83 44.63 -
YUV 171.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 212 150 173 0 0.29 0.18 0.17 337.74 0.42 0.71
Hex D4 96 AD 0 1D 12 11 152 2A 47
Octal 324 226 255 0 35 22 21 522 52 107
Binary 11010100 10010110 10101101 0 11101 10010 10001 101010010 101010 1000111

Color Harmonies of #D496AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496AD

Black with #D496AD

Text Example


Text Example

White with #D496AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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