Html Css Color HEX #D595AF Kobi

📋 copy color: '#D595AF'

red 213 ◦ green 149 ◦ blue 175

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

Shades of Kobi #D595AF

Tints of Kobi #D595AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 39.66%
G = 27.75%
B = 32.59%

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

#D595AF (or 0xD595AF) is known color: Kobi. HEX triplet: D5, 95 and AF. RGB value is (213,149,175). Sum of RGB (Red+Green+Blue) = 213+149+175=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AF is #2A6A50. Grayscale: #ABABAB. Windows color (decimal): -2779729 or 11507157. OLE color: 11507157.

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

Color convert

RGB 213 149 175 -
CMYK 0 0.30 0.18 0.16
HSL 335.63º 0.43% 0.71% -
HSV(B) 335.63º 0.3% 0.84% -
XYZ 45.93 38.74 45.61 -
YUV 171.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 213 149 175 0 0.30 0.18 0.16 335.63 0.43 0.71
Hex D5 95 AF 0 1E 12 10 150 2B 47
Octal 325 225 257 0 36 22 20 520 53 107
Binary 11010101 10010101 10101111 0 11110 10010 10000 101010000 101011 1000111

Color Harmonies of #D595AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595AF

Black with #D595AF

Text Example


Text Example

White with #D595AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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