Html Css Color HEX #D596B3 Kobi

📋 copy color: '#D596B3'

red 213 ◦ green 150 ◦ blue 179

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

Shades of Kobi #D596B3

Tints of Kobi #D596B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 39.3%
G = 27.68%
B = 33.03%

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

#D596B3 (or 0xD596B3) is known color: Kobi. HEX triplet: D5, 96 and B3. RGB value is (213,150,179). Sum of RGB (Red+Green+Blue) = 213+150+179=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D596B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596B3 is #2A694C. Grayscale: #ACACAC. Windows color (decimal): -2779469 or 11769557. OLE color: 11769557.

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

Color convert

RGB 213 150 179 -
CMYK 0 0.30 0.16 0.16
HSL 332.38º 0.43% 0.71% -
HSV(B) 332.38º 0.3% 0.84% -
XYZ 46.48 39.21 47.77 -
YUV 172.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 213 150 179 0 0.30 0.16 0.16 332.38 0.43 0.71
Hex D5 96 B3 0 1E 10 10 14C 2B 47
Octal 325 226 263 0 36 20 20 514 53 107
Binary 11010101 10010110 10110011 0 11110 10000 10000 101001100 101011 1000111

Color Harmonies of #D596B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596B3

Black with #D596B3

Text Example


Text Example

White with #D596B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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