Html Css Color HEX #D74C80 Cranberry

📋 copy color: '#D74C80'

red 215 ◦ green 76 ◦ blue 128

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

Shades of Cranberry #D74C80

Tints of Cranberry #D74C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 51.31%
G = 18.14%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74C80 (or 0xD74C80) is known color: Cranberry. HEX triplet: D7, 4C and 80. RGB value is (215,76,128). Sum of RGB (Red+Green+Blue) = 215+76+128=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C80 is #28B37F. Grayscale: #7B7B7B. Windows color (decimal): -2667392 or 8408279. OLE color: 8408279.

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

Color convert

RGB 215 76 128 -
CMYK 0 0.65 0.40 0.16
HSL 337.55º 0.63% 0.57% -
HSV(B) 337.55º 0.65% 0.84% -
XYZ 34.51 21.17 22.69 -
YUV 123.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 215 76 128 0 0.65 0.40 0.16 337.55 0.63 0.57
Hex D7 4C 80 0 41 28 10 152 3F 39
Octal 327 114 200 0 101 50 20 522 77 71
Binary 11010111 1001100 10000000 0 1000001 101000 10000 101010010 111111 111001

Color Harmonies of #D74C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C80

Black with #D74C80

Text Example


Text Example

White with #D74C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C80; }

 p { color: rgb(215,76,128); }

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

background-color css

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

 a { background-color: rgb(215,76,128); }

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

border-color css

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

 span { border-color: rgb(215,76,128); }

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