Html Css Color HEX #D74A81 Cranberry

📋 copy color: '#D74A81'

red 215 ◦ green 74 ◦ blue 129

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

Shades of Cranberry #D74A81

Tints of Cranberry #D74A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 51.44%
G = 17.7%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D74A81 (or 0xD74A81) is known color: Cranberry. HEX triplet: D7, 4A and 81. RGB value is (215,74,129). Sum of RGB (Red+Green+Blue) = 215+74+129=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A81 is #28B57E. Grayscale: #7A7A7A. Windows color (decimal): -2667903 or 8473303. OLE color: 8473303.

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

Color convert

RGB 215 74 129 -
CMYK 0 0.66 0.4 0.16
HSL 336.6º 0.64% 0.57% -
HSV(B) 336.6º 0.66% 0.84% -
XYZ 34.44 20.93 22.99 -
YUV 122.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 215 74 129 0 0.66 0.4 0.16 336.6 0.64 0.57
Hex D7 4A 81 0 42 28 10 151 40 39
Octal 327 112 201 0 102 50 20 521 100 71
Binary 11010111 1001010 10000001 0 1000010 101000 10000 101010001 1000000 111001

Color Harmonies of #D74A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A81

Black with #D74A81

Text Example


Text Example

White with #D74A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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