Html Css Color HEX #D195AD Kobi

📋 copy color: '#D195AD'

red 209 ◦ green 149 ◦ blue 173

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

Shades of Kobi #D195AD

Tints of Kobi #D195AD

RGB

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

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

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

R = 39.36%
G = 28.06%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D195AD (or 0xD195AD) is known color: Kobi. HEX triplet: D1, 95 and AD. RGB value is (209,149,173). Sum of RGB (Red+Green+Blue) = 209+149+173=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D195AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195AD is #2E6A52. Grayscale: #A9A9A9. Windows color (decimal): -3041875 or 11376081. OLE color: 11376081.

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

Color convert

RGB 209 149 173 -
CMYK 0 0.29 0.17 0.18
HSL 336º 0.39% 0.7% -
HSV(B) 336º 0.29% 0.82% -
XYZ 44.58 38.07 44.53 -
YUV 169.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 209 149 173 0 0.29 0.17 0.18 336 0.39 0.7
Hex D1 95 AD 0 1D 11 12 150 27 46
Octal 321 225 255 0 35 21 22 520 47 106
Binary 11010001 10010101 10101101 0 11101 10001 10010 101010000 100111 1000110

Color Harmonies of #D195AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195AD

Black with #D195AD

Text Example


Text Example

White with #D195AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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