Html Css Color HEX #D76383 Deep Blush

📋 copy color: '#D76383'

red 215 ◦ green 99 ◦ blue 131

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

Shades of Deep Blush #D76383

Tints of Deep Blush #D76383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.25%

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 48.31%
G = 22.25%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D76383 (or 0xD76383) is known color: Deep Blush. HEX triplet: D7, 63 and 83. RGB value is (215,99,131). Sum of RGB (Red+Green+Blue) = 215+99+131=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D76383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76383 is #289C7C. Grayscale: #898989. Windows color (decimal): -2661501 or 8610775. OLE color: 8610775.

HSL color Cylindrical-coordinate representation of color #D76383: hue angle of 343.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76383 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 131 -
CMYK 0 0.54 0.39 0.16
HSL 343.45º 0.59% 0.62% -
HSV(B) 343.45º 0.54% 0.84% -
XYZ 36.58 25.01 24.37 -
YUV 137.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 215 99 131 0 0.54 0.39 0.16 343.45 0.59 0.62
Hex D7 63 83 0 36 27 10 157 3B 3E
Octal 327 143 203 0 66 47 20 527 73 76
Binary 11010111 1100011 10000011 0 110110 100111 10000 101010111 111011 111110

Color Harmonies of #D76383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76383

Black with #D76383

Text Example


Text Example

White with #D76383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76383; }

 p { color: rgb(215,99,131); }

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

background-color css

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

 a { background-color: rgb(215,99,131); }

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

border-color css

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

 span { border-color: rgb(215,99,131); }

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