Html Css Color HEX #D74D86 Cranberry

📋 copy color: '#D74D86'

red 215 ◦ green 77 ◦ blue 134

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

Shades of Cranberry #D74D86

Tints of Cranberry #D74D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

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

R = 50.47%
G = 18.08%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74D86 (or 0xD74D86) is known color: Cranberry. HEX triplet: D7, 4D and 86. RGB value is (215,77,134). Sum of RGB (Red+Green+Blue) = 215+77+134=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D86 is #28B279. Grayscale: #7C7C7C. Windows color (decimal): -2667130 or 8801751. OLE color: 8801751.

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

Color convert

RGB 215 77 134 -
CMYK 0 0.64 0.38 0.16
HSL 335.22º 0.63% 0.57% -
HSV(B) 335.22º 0.64% 0.84% -
XYZ 34.98 21.48 24.86 -
YUV 124.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 215 77 134 0 0.64 0.38 0.16 335.22 0.63 0.57
Hex D7 4D 86 0 40 26 10 14F 3F 39
Octal 327 115 206 0 100 46 20 517 77 71
Binary 11010111 1001101 10000110 0 1000000 100110 10000 101001111 111111 111001

Color Harmonies of #D74D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D86

Black with #D74D86

Text Example


Text Example

White with #D74D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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