Html Css Color HEX #D794B3 Kobi

📋 copy color: '#D794B3'

red 215 ◦ green 148 ◦ blue 179

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

Shades of Kobi #D794B3

Tints of Kobi #D794B3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.31%

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

R = 39.67%
G = 27.31%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D794B3 (or 0xD794B3) is known color: Kobi. HEX triplet: D7, 94 and B3. RGB value is (215,148,179). Sum of RGB (Red+Green+Blue) = 215+148+179=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D794B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794B3 is #286B4C. Grayscale: #ABABAB. Windows color (decimal): -2648909 or 11769047. OLE color: 11769047.

HSL color Cylindrical-coordinate representation of color #D794B3: hue angle of 332.24º degrees, saturation: 0.46, 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 #D794B3 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 179 -
CMYK 0 0.31 0.17 0.16
HSL 332.24º 0.46% 0.71% -
HSV(B) 332.24º 0.31% 0.84% -
XYZ 46.75 38.88 47.69 -
YUV 171.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 215 148 179 0 0.31 0.17 0.16 332.24 0.46 0.71
Hex D7 94 B3 0 1F 11 10 14C 2E 47
Octal 327 224 263 0 37 21 20 514 56 107
Binary 11010111 10010100 10110011 0 11111 10001 10000 101001100 101110 1000111

Color Harmonies of #D794B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794B3

Black with #D794B3

Text Example


Text Example

White with #D794B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794B3; }

 p { color: rgb(215,148,179); }

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

background-color css

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

 a { background-color: rgb(215,148,179); }

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

border-color css

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

 span { border-color: rgb(215,148,179); }

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