Html Css Color HEX #D74876 Cranberry

📋 copy color: '#D74876'

red 215 ◦ green 72 ◦ blue 118

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

Shades of Cranberry #D74876

Tints of Cranberry #D74876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 53.09%
G = 17.78%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D74876 (or 0xD74876) is known color: Cranberry. HEX triplet: D7, 48 and 76. RGB value is (215,72,118). Sum of RGB (Red+Green+Blue) = 215+72+118=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D74876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74876 is #28B789. Grayscale: #777777. Windows color (decimal): -2668426 or 7751895. OLE color: 7751895.

HSL color Cylindrical-coordinate representation of color #D74876: hue angle of 340.7º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74876 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 118 -
CMYK 0 0.67 0.45 0.16
HSL 340.7º 0.64% 0.56% -
HSV(B) 340.7º 0.67% 0.84% -
XYZ 33.61 20.39 19.3 -
YUV 120 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 215 72 118 0 0.67 0.45 0.16 340.7 0.64 0.56
Hex D7 48 76 0 43 2D 10 155 40 38
Octal 327 110 166 0 103 55 20 525 100 70
Binary 11010111 1001000 1110110 0 1000011 101101 10000 101010101 1000000 111000

Color Harmonies of #D74876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74876

Black with #D74876

Text Example


Text Example

White with #D74876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74876; }

 p { color: rgb(215,72,118); }

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

background-color css

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

 a { background-color: rgb(215,72,118); }

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

border-color css

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

 span { border-color: rgb(215,72,118); }

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