Html Css Color HEX #D195A8 Kobi

📋 copy color: '#D195A8'

red 209 ◦ green 149 ◦ blue 168

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

Shades of Kobi #D195A8

Tints of Kobi #D195A8

RGB

 RED value IS 209 (82.03% from 255) = 39.73%

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

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

R = 39.73%
G = 28.33%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D195A8 (or 0xD195A8) is known color: Kobi. HEX triplet: D1, 95 and A8. RGB value is (209,149,168). Sum of RGB (Red+Green+Blue) = 209+149+168=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A8 is #2E6A57. Grayscale: #A9A9A9. Windows color (decimal): -3041880 or 11048401. OLE color: 11048401.

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

Color convert

RGB 209 149 168 -
CMYK 0 0.29 0.20 0.18
HSL 341º 0.39% 0.7% -
HSV(B) 341º 0.29% 0.82% -
XYZ 44.11 37.88 42.03 -
YUV 169.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 209 149 168 0 0.29 0.20 0.18 341 0.39 0.7
Hex D1 95 A8 0 1D 14 12 155 27 46
Octal 321 225 250 0 35 24 22 525 47 106
Binary 11010001 10010101 10101000 0 11101 10100 10010 101010101 100111 1000110

Color Harmonies of #D195A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195A8

Black with #D195A8

Text Example


Text Example

White with #D195A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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