Html Css Color HEX #D74F86 Cranberry

📋 copy color: '#D74F86'

red 215 ◦ green 79 ◦ blue 134

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

Shades of Cranberry #D74F86

Tints of Cranberry #D74F86

RGB

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

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

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

R = 50.23%
G = 18.46%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74F86 (or 0xD74F86) is known color: Cranberry. HEX triplet: D7, 4F and 86. RGB value is (215,79,134). Sum of RGB (Red+Green+Blue) = 215+79+134=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F86 is #28B079. Grayscale: #7D7D7D. Windows color (decimal): -2666618 or 8802263. OLE color: 8802263.

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

Color convert

RGB 215 79 134 -
CMYK 0 0.63 0.38 0.16
HSL 335.74º 0.63% 0.58% -
HSV(B) 335.74º 0.63% 0.84% -
XYZ 35.12 21.76 24.9 -
YUV 125.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 215 79 134 0 0.63 0.38 0.16 335.74 0.63 0.58
Hex D7 4F 86 0 3F 26 10 150 3F 3A
Octal 327 117 206 0 77 46 20 520 77 72
Binary 11010111 1001111 10000110 0 111111 100110 10000 101010000 111111 111010

Color Harmonies of #D74F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F86

Black with #D74F86

Text Example


Text Example

White with #D74F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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