Html Css Color HEX #D593B2 Kobi

📋 copy color: '#D593B2'

red 213 ◦ green 147 ◦ blue 178

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

Shades of Kobi #D593B2

Tints of Kobi #D593B2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.32%

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

R = 39.59%
G = 27.32%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D593B2 (or 0xD593B2) is known color: Kobi. HEX triplet: D5, 93 and B2. RGB value is (213,147,178). Sum of RGB (Red+Green+Blue) = 213+147+178=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593B2 is #2A6C4D. Grayscale: #AAAAAA. Windows color (decimal): -2780238 or 11703253. OLE color: 11703253.

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

Color convert

RGB 213 147 178 -
CMYK 0 0.31 0.16 0.16
HSL 331.82º 0.44% 0.71% -
HSV(B) 331.82º 0.31% 0.84% -
XYZ 45.91 38.23 47.08 -
YUV 170.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 213 147 178 0 0.31 0.16 0.16 331.82 0.44 0.71
Hex D5 93 B2 0 1F 10 10 14C 2C 47
Octal 325 223 262 0 37 20 20 514 54 107
Binary 11010101 10010011 10110010 0 11111 10000 10000 101001100 101100 1000111

Color Harmonies of #D593B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593B2

Black with #D593B2

Text Example


Text Example

White with #D593B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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