Html Css Color HEX #D494AD Kobi

📋 copy color: '#D494AD'

red 212 ◦ green 148 ◦ blue 173

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

Shades of Kobi #D494AD

Tints of Kobi #D494AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.77%

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

R = 39.77%
G = 27.77%
B = 32.46%

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

#D494AD (or 0xD494AD) is known color: Kobi. HEX triplet: D4, 94 and AD. RGB value is (212,148,173). Sum of RGB (Red+Green+Blue) = 212+148+173=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D494AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494AD is #2B6B52. Grayscale: #A9A9A9. Windows color (decimal): -2845523 or 11375828. OLE color: 11375828.

HSL color Cylindrical-coordinate representation of color #D494AD: hue angle of 336.56º degrees, saturation: 0.43, 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 #D494AD is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 173 -
CMYK 0 0.30 0.18 0.17
HSL 336.56º 0.43% 0.71% -
HSV(B) 336.56º 0.3% 0.83% -
XYZ 45.28 38.19 44.52 -
YUV 169.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 212 148 173 0 0.30 0.18 0.17 336.56 0.43 0.71
Hex D4 94 AD 0 1E 12 11 151 2B 47
Octal 324 224 255 0 36 22 21 521 53 107
Binary 11010100 10010100 10101101 0 11110 10010 10001 101010001 101011 1000111

Color Harmonies of #D494AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494AD

Black with #D494AD

Text Example


Text Example

White with #D494AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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