Html Css Color HEX #D74B87 Cranberry

📋 copy color: '#D74B87'

red 215 ◦ green 75 ◦ blue 135

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

Shades of Cranberry #D74B87

Tints of Cranberry #D74B87

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.65%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 50.59%
G = 17.65%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D74B87 (or 0xD74B87) is known color: Cranberry. HEX triplet: D7, 4B and 87. RGB value is (215,75,135). Sum of RGB (Red+Green+Blue) = 215+75+135=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B87 is #28B478. Grayscale: #7B7B7B. Windows color (decimal): -2667641 or 8866775. OLE color: 8866775.

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

Color convert

RGB 215 75 135 -
CMYK 0 0.65 0.37 0.16
HSL 334.29º 0.64% 0.57% -
HSV(B) 334.29º 0.65% 0.84% -
XYZ 34.91 21.23 25.18 -
YUV 123.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 215 75 135 0 0.65 0.37 0.16 334.29 0.64 0.57
Hex D7 4B 87 0 41 25 10 14E 40 39
Octal 327 113 207 0 101 45 20 516 100 71
Binary 11010111 1001011 10000111 0 1000001 100101 10000 101001110 1000000 111001

Color Harmonies of #D74B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B87

Black with #D74B87

Text Example


Text Example

White with #D74B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B87; }

 p { color: rgb(215,75,135); }

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

background-color css

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

 a { background-color: rgb(215,75,135); }

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

border-color css

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

 span { border-color: rgb(215,75,135); }

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