Html Css Color HEX #D74A86 Cranberry

📋 copy color: '#D74A86'

red 215 ◦ green 74 ◦ blue 134

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

Shades of Cranberry #D74A86

Tints of Cranberry #D74A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 50.83%
G = 17.49%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74A86 (or 0xD74A86) is known color: Cranberry. HEX triplet: D7, 4A and 86. RGB value is (215,74,134). Sum of RGB (Red+Green+Blue) = 215+74+134=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A86 is #28B579. Grayscale: #7A7A7A. Windows color (decimal): -2667898 or 8800983. OLE color: 8800983.

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

Color convert

RGB 215 74 134 -
CMYK 0 0.66 0.38 0.16
HSL 334.47º 0.64% 0.57% -
HSV(B) 334.47º 0.66% 0.84% -
XYZ 34.78 21.07 24.79 -
YUV 123 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 215 74 134 0 0.66 0.38 0.16 334.47 0.64 0.57
Hex D7 4A 86 0 42 26 10 14E 40 39
Octal 327 112 206 0 102 46 20 516 100 71
Binary 11010111 1001010 10000110 0 1000010 100110 10000 101001110 1000000 111001

Color Harmonies of #D74A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A86

Black with #D74A86

Text Example


Text Example

White with #D74A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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