Html Css Color HEX #D597B2 Kobi

📋 copy color: '#D597B2'

red 213 ◦ green 151 ◦ blue 178

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

Shades of Kobi #D597B2

Tints of Kobi #D597B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 39.3%
G = 27.86%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D597B2 (or 0xD597B2) is known color: Kobi. HEX triplet: D5, 97 and B2. RGB value is (213,151,178). Sum of RGB (Red+Green+Blue) = 213+151+178=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597B2 is #2A684D. Grayscale: #ACACAC. Windows color (decimal): -2779214 or 11704277. OLE color: 11704277.

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

Color convert

RGB 213 151 178 -
CMYK 0 0.29 0.16 0.16
HSL 333.87º 0.42% 0.71% -
HSV(B) 333.87º 0.29% 0.84% -
XYZ 46.54 39.49 47.29 -
YUV 172.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 213 151 178 0 0.29 0.16 0.16 333.87 0.42 0.71
Hex D5 97 B2 0 1D 10 10 14E 2A 47
Octal 325 227 262 0 35 20 20 516 52 107
Binary 11010101 10010111 10110010 0 11101 10000 10000 101001110 101010 1000111

Color Harmonies of #D597B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597B2

Black with #D597B2

Text Example


Text Example

White with #D597B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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