Html Css Color HEX #D595AB Kobi

📋 copy color: '#D595AB'

red 213 ◦ green 149 ◦ blue 171

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

Shades of Kobi #D595AB

Tints of Kobi #D595AB

RGB

 RED value IS 213 (83.59% from 255) = 39.96%

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

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 39.96%
G = 27.95%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D595AB (or 0xD595AB) is known color: Kobi. HEX triplet: D5, 95 and AB. RGB value is (213,149,171). Sum of RGB (Red+Green+Blue) = 213+149+171=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AB is #2A6A54. Grayscale: #AAAAAA. Windows color (decimal): -2779733 or 11245013. OLE color: 11245013.

HSL color Cylindrical-coordinate representation of color #D595AB: hue angle of 339.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595AB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 171 -
CMYK 0 0.30 0.20 0.16
HSL 339.38º 0.43% 0.71% -
HSV(B) 339.38º 0.3% 0.84% -
XYZ 45.54 38.58 43.57 -
YUV 170.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 213 149 171 0 0.30 0.20 0.16 339.38 0.43 0.71
Hex D5 95 AB 0 1E 14 10 153 2B 47
Octal 325 225 253 0 36 24 20 523 53 107
Binary 11010101 10010101 10101011 0 11110 10100 10000 101010011 101011 1000111

Color Harmonies of #D595AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595AB

Black with #D595AB

Text Example


Text Example

White with #D595AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595AB; }

 p { color: rgb(213,149,171); }

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

background-color css

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

 a { background-color: rgb(213,149,171); }

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

border-color css

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

 span { border-color: rgb(213,149,171); }

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