Html Css Color HEX #D495AD Kobi

📋 copy color: '#D495AD'

red 212 ◦ green 149 ◦ blue 173

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

Shades of Kobi #D495AD

Tints of Kobi #D495AD

RGB

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

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

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

R = 39.7%
G = 27.9%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D495AD (or 0xD495AD) is known color: Kobi. HEX triplet: D4, 95 and AD. RGB value is (212,149,173). Sum of RGB (Red+Green+Blue) = 212+149+173=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D495AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495AD is #2B6A52. Grayscale: #AAAAAA. Windows color (decimal): -2845267 or 11376084. OLE color: 11376084.

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

Color convert

RGB 212 149 173 -
CMYK 0 0.30 0.18 0.17
HSL 337.14º 0.42% 0.71% -
HSV(B) 337.14º 0.3% 0.83% -
XYZ 45.44 38.51 44.57 -
YUV 170.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 212 149 173 0 0.30 0.18 0.17 337.14 0.42 0.71
Hex D4 95 AD 0 1E 12 11 151 2A 47
Octal 324 225 255 0 36 22 21 521 52 107
Binary 11010100 10010101 10101101 0 11110 10010 10001 101010001 101010 1000111

Color Harmonies of #D495AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495AD

Black with #D495AD

Text Example


Text Example

White with #D495AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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