Html Css Color HEX #D597B1 Kobi

📋 copy color: '#D597B1'

red 213 ◦ green 151 ◦ blue 177

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

Shades of Kobi #D597B1

Tints of Kobi #D597B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.72%

R = 39.37%
G = 27.91%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D597B1 (or 0xD597B1) is known color: Kobi. HEX triplet: D5, 97 and B1. RGB value is (213,151,177). Sum of RGB (Red+Green+Blue) = 213+151+177=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597B1 is #2A684E. Grayscale: #ACACAC. Windows color (decimal): -2779215 or 11638741. OLE color: 11638741.

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

Color convert

RGB 213 151 177 -
CMYK 0 0.29 0.17 0.16
HSL 334.84º 0.42% 0.71% -
HSV(B) 334.84º 0.29% 0.84% -
XYZ 46.44 39.45 46.76 -
YUV 172.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 213 151 177 0 0.29 0.17 0.16 334.84 0.42 0.71
Hex D5 97 B1 0 1D 11 10 14F 2A 47
Octal 325 227 261 0 35 21 20 517 52 107
Binary 11010101 10010111 10110001 0 11101 10001 10000 101001111 101010 1000111

Color Harmonies of #D597B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597B1

Black with #D597B1

Text Example


Text Example

White with #D597B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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