Html Css Color HEX #D74C81 Cranberry

📋 copy color: '#D74C81'

red 215 ◦ green 76 ◦ blue 129

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

Shades of Cranberry #D74C81

Tints of Cranberry #D74C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 51.19%
G = 18.1%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D74C81 (or 0xD74C81) is known color: Cranberry. HEX triplet: D7, 4C and 81. RGB value is (215,76,129). Sum of RGB (Red+Green+Blue) = 215+76+129=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C81 is #28B37E. Grayscale: #7B7B7B. Windows color (decimal): -2667391 or 8473815. OLE color: 8473815.

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

Color convert

RGB 215 76 129 -
CMYK 0 0.65 0.4 0.16
HSL 337.12º 0.63% 0.57% -
HSV(B) 337.12º 0.65% 0.84% -
XYZ 34.57 21.2 23.04 -
YUV 123.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 215 76 129 0 0.65 0.4 0.16 337.12 0.63 0.57
Hex D7 4C 81 0 41 28 10 151 3F 39
Octal 327 114 201 0 101 50 20 521 77 71
Binary 11010111 1001100 10000001 0 1000001 101000 10000 101010001 111111 111001

Color Harmonies of #D74C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C81

Black with #D74C81

Text Example


Text Example

White with #D74C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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