Html Css Color HEX #D74471 Cranberry

📋 copy color: '#D74471'

red 215 ◦ green 68 ◦ blue 113

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

Shades of Cranberry #D74471

Tints of Cranberry #D74471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 54.29%
G = 17.17%
B = 28.54%

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

#D74471 (or 0xD74471) is known color: Cranberry. HEX triplet: D7, 44 and 71. RGB value is (215,68,113). Sum of RGB (Red+Green+Blue) = 215+68+113=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D74471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74471 is #28BB8E. Grayscale: #757575. Windows color (decimal): -2669455 or 7423191. OLE color: 7423191.

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

Color convert

RGB 215 68 113 -
CMYK 0 0.68 0.47 0.16
HSL 341.63º 0.65% 0.55% -
HSV(B) 341.63º 0.68% 0.84% -
XYZ 33.07 19.77 17.7 -
YUV 117.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 215 68 113 0 0.68 0.47 0.16 341.63 0.65 0.55
Hex D7 44 71 0 44 2F 10 156 41 37
Octal 327 104 161 0 104 57 20 526 101 67
Binary 11010111 1000100 1110001 0 1000100 101111 10000 101010110 1000001 110111

Color Harmonies of #D74471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74471

Black with #D74471

Text Example


Text Example

White with #D74471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74471; }

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

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

background-color css

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

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

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

border-color css

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

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

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