Html Css Color HEX #D495A8 Kobi

📋 copy color: '#D495A8'

red 212 ◦ green 149 ◦ blue 168

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

Shades of Kobi #D495A8

Tints of Kobi #D495A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 40.08%
G = 28.17%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D495A8 (or 0xD495A8) is known color: Kobi. HEX triplet: D4, 95 and A8. RGB value is (212,149,168). Sum of RGB (Red+Green+Blue) = 212+149+168=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D495A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495A8 is #2B6A57. Grayscale: #A9A9A9. Windows color (decimal): -2845272 or 11048404. OLE color: 11048404.

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

Color convert

RGB 212 149 168 -
CMYK 0 0.30 0.21 0.17
HSL 341.9º 0.42% 0.71% -
HSV(B) 341.9º 0.3% 0.83% -
XYZ 44.97 38.32 42.07 -
YUV 170 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 212 149 168 0 0.30 0.21 0.17 341.9 0.42 0.71
Hex D4 95 A8 0 1E 15 11 156 2A 47
Octal 324 225 250 0 36 25 21 526 52 107
Binary 11010100 10010101 10101000 0 11110 10101 10001 101010110 101010 1000111

Color Harmonies of #D495A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495A8

Black with #D495A8

Text Example


Text Example

White with #D495A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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