Html Css Color HEX #D74871 Cranberry

📋 copy color: '#D74871'

red 215 ◦ green 72 ◦ blue 113

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

Shades of Cranberry #D74871

Tints of Cranberry #D74871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

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

R = 53.75%
G = 18%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74871 (or 0xD74871) is known color: Cranberry. HEX triplet: D7, 48 and 71. RGB value is (215,72,113). Sum of RGB (Red+Green+Blue) = 215+72+113=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74871 is #28B78E. Grayscale: #777777. Windows color (decimal): -2668431 or 7424215. OLE color: 7424215.

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

Color convert

RGB 215 72 113 -
CMYK 0 0.67 0.47 0.16
HSL 342.8º 0.64% 0.56% -
HSV(B) 342.8º 0.67% 0.84% -
XYZ 33.32 20.27 17.78 -
YUV 119.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 215 72 113 0 0.67 0.47 0.16 342.8 0.64 0.56
Hex D7 48 71 0 43 2F 10 157 40 38
Octal 327 110 161 0 103 57 20 527 100 70
Binary 11010111 1001000 1110001 0 1000011 101111 10000 101010111 1000000 111000

Color Harmonies of #D74871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74871

Black with #D74871

Text Example


Text Example

White with #D74871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74871; }

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

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

background-color css

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

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

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

border-color css

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

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

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