Html Css Color HEX #D74F87 Cranberry

📋 copy color: '#D74F87'

red 215 ◦ green 79 ◦ blue 135

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

Shades of Cranberry #D74F87

Tints of Cranberry #D74F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

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

R = 50.12%
G = 18.41%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D74F87 (or 0xD74F87) is known color: Cranberry. HEX triplet: D7, 4F and 87. RGB value is (215,79,135). Sum of RGB (Red+Green+Blue) = 215+79+135=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F87 is #28B078. Grayscale: #7D7D7D. Windows color (decimal): -2666617 or 8867799. OLE color: 8867799.

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

Color convert

RGB 215 79 135 -
CMYK 0 0.63 0.37 0.16
HSL 335.29º 0.63% 0.58% -
HSV(B) 335.29º 0.63% 0.84% -
XYZ 35.19 21.79 25.27 -
YUV 126.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 215 79 135 0 0.63 0.37 0.16 335.29 0.63 0.58
Hex D7 4F 87 0 3F 25 10 14F 3F 3A
Octal 327 117 207 0 77 45 20 517 77 72
Binary 11010111 1001111 10000111 0 111111 100101 10000 101001111 111111 111010

Color Harmonies of #D74F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F87

Black with #D74F87

Text Example


Text Example

White with #D74F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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