Html Css Color HEX #D793B1 Kobi

📋 copy color: '#D793B1'

red 215 ◦ green 147 ◦ blue 177

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

Shades of Kobi #D793B1

Tints of Kobi #D793B1

RGB

 RED value IS 215 (84.38% from 255) = 39.89%

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

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

R = 39.89%
G = 27.27%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D793B1 (or 0xD793B1) is known color: Kobi. HEX triplet: D7, 93 and B1. RGB value is (215,147,177). Sum of RGB (Red+Green+Blue) = 215+147+177=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D793B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793B1 is #286C4E. Grayscale: #AAAAAA. Windows color (decimal): -2649167 or 11637719. OLE color: 11637719.

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

Color convert

RGB 215 147 177 -
CMYK 0 0.32 0.18 0.16
HSL 333.53º 0.46% 0.71% -
HSV(B) 333.53º 0.32% 0.84% -
XYZ 46.39 38.49 46.58 -
YUV 170.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 215 147 177 0 0.32 0.18 0.16 333.53 0.46 0.71
Hex D7 93 B1 0 20 12 10 14E 2E 47
Octal 327 223 261 0 40 22 20 516 56 107
Binary 11010111 10010011 10110001 0 100000 10010 10000 101001110 101110 1000111

Color Harmonies of #D793B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D793B1

Black with #D793B1

Text Example


Text Example

White with #D793B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D793B1; }

 p { color: rgb(215,147,177); }

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

background-color css

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

 a { background-color: rgb(215,147,177); }

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

border-color css

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

 span { border-color: rgb(215,147,177); }

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