Html Css Color HEX #D595AE Kobi

📋 copy color: '#D595AE'

red 213 ◦ green 149 ◦ blue 174

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

Shades of Kobi #D595AE

Tints of Kobi #D595AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.46%

R = 39.74%
G = 27.8%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D595AE (or 0xD595AE) is known color: Kobi. HEX triplet: D5, 95 and AE. RGB value is (213,149,174). Sum of RGB (Red+Green+Blue) = 213+149+174=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AE is #2A6A51. Grayscale: #AAAAAA. Windows color (decimal): -2779730 or 11441621. OLE color: 11441621.

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

Color convert

RGB 213 149 174 -
CMYK 0 0.30 0.18 0.16
HSL 336.56º 0.43% 0.71% -
HSV(B) 336.56º 0.3% 0.84% -
XYZ 45.83 38.7 45.1 -
YUV 170.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 213 149 174 0 0.30 0.18 0.16 336.56 0.43 0.71
Hex D5 95 AE 0 1E 12 10 151 2B 47
Octal 325 225 256 0 36 22 20 521 53 107
Binary 11010101 10010101 10101110 0 11110 10010 10000 101010001 101011 1000111

Color Harmonies of #D595AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595AE

Black with #D595AE

Text Example


Text Example

White with #D595AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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