Html Css Color HEX #D597AD Kobi

📋 copy color: '#D597AD'

red 213 ◦ green 151 ◦ blue 173

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

Shades of Kobi #D597AD

Tints of Kobi #D597AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.12%

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

R = 39.66%
G = 28.12%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D597AD (or 0xD597AD) is known color: Kobi. HEX triplet: D5, 97 and AD. RGB value is (213,151,173). Sum of RGB (Red+Green+Blue) = 213+151+173=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D597AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597AD is #2A6852. Grayscale: #ACACAC. Windows color (decimal): -2779219 or 11376597. OLE color: 11376597.

HSL color Cylindrical-coordinate representation of color #D597AD: hue angle of 338.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597AD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 173 -
CMYK 0 0.29 0.19 0.16
HSL 338.71º 0.42% 0.71% -
HSV(B) 338.71º 0.29% 0.84% -
XYZ 46.05 39.3 44.69 -
YUV 172.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 213 151 173 0 0.29 0.19 0.16 338.71 0.42 0.71
Hex D5 97 AD 0 1D 13 10 153 2A 47
Octal 325 227 255 0 35 23 20 523 52 107
Binary 11010101 10010111 10101101 0 11101 10011 10000 101010011 101010 1000111

Color Harmonies of #D597AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597AD

Black with #D597AD

Text Example


Text Example

White with #D597AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597AD; }

 p { color: rgb(213,151,173); }

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

background-color css

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

 a { background-color: rgb(213,151,173); }

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

border-color css

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

 span { border-color: rgb(213,151,173); }

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