Html Css Color HEX #D74972 Cranberry

📋 copy color: '#D74972'

red 215 ◦ green 73 ◦ blue 114

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

Shades of Cranberry #D74972

Tints of Cranberry #D74972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 53.48%
G = 18.16%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74972 (or 0xD74972) is known color: Cranberry. HEX triplet: D7, 49 and 72. RGB value is (215,73,114). Sum of RGB (Red+Green+Blue) = 215+73+114=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D74972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74972 is #28B68D. Grayscale: #787878. Windows color (decimal): -2668174 or 7490007. OLE color: 7490007.

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

Color convert

RGB 215 73 114 -
CMYK 0 0.66 0.47 0.16
HSL 342.68º 0.64% 0.56% -
HSV(B) 342.68º 0.66% 0.84% -
XYZ 33.44 20.43 18.1 -
YUV 120.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 215 73 114 0 0.66 0.47 0.16 342.68 0.64 0.56
Hex D7 49 72 0 42 2F 10 157 40 38
Octal 327 111 162 0 102 57 20 527 100 70
Binary 11010111 1001001 1110010 0 1000010 101111 10000 101010111 1000000 111000

Color Harmonies of #D74972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74972

Black with #D74972

Text Example


Text Example

White with #D74972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74972; }

 p { color: rgb(215,73,114); }

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

background-color css

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

 a { background-color: rgb(215,73,114); }

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

border-color css

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

 span { border-color: rgb(215,73,114); }

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