Html Css Color HEX #D74570 Cranberry

📋 copy color: '#D74570'

red 215 ◦ green 69 ◦ blue 112

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

Shades of Cranberry #D74570

Tints of Cranberry #D74570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.42%

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

R = 54.29%
G = 17.42%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D74570 (or 0xD74570) is known color: Cranberry. HEX triplet: D7, 45 and 70. RGB value is (215,69,112). Sum of RGB (Red+Green+Blue) = 215+69+112=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D74570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74570 is #28BA8F. Grayscale: #757575. Windows color (decimal): -2669200 or 7357911. OLE color: 7357911.

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

Color convert

RGB 215 69 112 -
CMYK 0 0.68 0.48 0.16
HSL 342.33º 0.65% 0.56% -
HSV(B) 342.33º 0.68% 0.84% -
XYZ 33.08 19.87 17.42 -
YUV 117.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 215 69 112 0 0.68 0.48 0.16 342.33 0.65 0.56
Hex D7 45 70 0 44 30 10 156 41 38
Octal 327 105 160 0 104 60 20 526 101 70
Binary 11010111 1000101 1110000 0 1000100 110000 10000 101010110 1000001 111000

Color Harmonies of #D74570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74570

Black with #D74570

Text Example


Text Example

White with #D74570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74570; }

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

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

background-color css

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

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

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

border-color css

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

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

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