Html Css Color HEX #D596B2 Kobi

📋 copy color: '#D596B2'

red 213 ◦ green 150 ◦ blue 178

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

Shades of Kobi #D596B2

Tints of Kobi #D596B2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.73%

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

R = 39.37%
G = 27.73%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D596B2 (or 0xD596B2) is known color: Kobi. HEX triplet: D5, 96 and B2. RGB value is (213,150,178). Sum of RGB (Red+Green+Blue) = 213+150+178=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D596B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596B2 is #2A694D. Grayscale: #ABABAB. Windows color (decimal): -2779470 or 11704021. OLE color: 11704021.

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

Color convert

RGB 213 150 178 -
CMYK 0 0.30 0.16 0.16
HSL 333.33º 0.43% 0.71% -
HSV(B) 333.33º 0.3% 0.84% -
XYZ 46.38 39.17 47.24 -
YUV 172.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 213 150 178 0 0.30 0.16 0.16 333.33 0.43 0.71
Hex D5 96 B2 0 1E 10 10 14D 2B 47
Octal 325 226 262 0 36 20 20 515 53 107
Binary 11010101 10010110 10110010 0 11110 10000 10000 101001101 101011 1000111

Color Harmonies of #D596B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596B2

Black with #D596B2

Text Example


Text Example

White with #D596B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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