Html Css Color HEX #D74970 Cranberry

📋 copy color: '#D74970'

red 215 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #D74970

Tints of Cranberry #D74970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28%

R = 53.75%
G = 18.25%
B = 28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D74970 (or 0xD74970) is known color: Cranberry. HEX triplet: D7, 49 and 70. RGB value is (215,73,112). Sum of RGB (Red+Green+Blue) = 215+73+112=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74970 is #28B68F. Grayscale: #777777. Windows color (decimal): -2668176 or 7358935. OLE color: 7358935.

HSL color Cylindrical-coordinate representation of color #D74970: hue angle of 343.52º 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 #D74970 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 112 -
CMYK 0 0.66 0.48 0.16
HSL 343.52º 0.64% 0.56% -
HSV(B) 343.52º 0.66% 0.84% -
XYZ 33.33 20.38 17.51 -
YUV 119.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 215 73 112 0 0.66 0.48 0.16 343.52 0.64 0.56
Hex D7 49 70 0 42 30 10 158 40 38
Octal 327 111 160 0 102 60 20 530 100 70
Binary 11010111 1001001 1110000 0 1000010 110000 10000 101011000 1000000 111000

Color Harmonies of #D74970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74970

Black with #D74970

Text Example


Text Example

White with #D74970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74970; }

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

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

background-color css

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

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

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

border-color css

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

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

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