Html Css Color HEX #D74571 Cranberry

📋 copy color: '#D74571'

red 215 ◦ green 69 ◦ blue 113

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

Shades of Cranberry #D74571

Tints of Cranberry #D74571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 54.16%
G = 17.38%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74571 (or 0xD74571) is known color: Cranberry. HEX triplet: D7, 45 and 71. RGB value is (215,69,113). Sum of RGB (Red+Green+Blue) = 215+69+113=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74571 is #28BA8E. Grayscale: #757575. Windows color (decimal): -2669199 or 7423447. OLE color: 7423447.

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

Color convert

RGB 215 69 113 -
CMYK 0 0.68 0.47 0.16
HSL 341.92º 0.65% 0.56% -
HSV(B) 341.92º 0.68% 0.84% -
XYZ 33.13 19.9 17.72 -
YUV 117.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 215 69 113 0 0.68 0.47 0.16 341.92 0.65 0.56
Hex D7 45 71 0 44 2F 10 156 41 38
Octal 327 105 161 0 104 57 20 526 101 70
Binary 11010111 1000101 1110001 0 1000100 101111 10000 101010110 1000001 111000

Color Harmonies of #D74571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74571

Black with #D74571

Text Example


Text Example

White with #D74571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74571; }

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

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

background-color css

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

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

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

border-color css

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

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

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