Html Css Color HEX #D74F81 Cranberry

📋 copy color: '#D74F81'

red 215 ◦ green 79 ◦ blue 129

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

Shades of Cranberry #D74F81

Tints of Cranberry #D74F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 50.83%
G = 18.68%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D74F81 (or 0xD74F81) is known color: Cranberry. HEX triplet: D7, 4F and 81. RGB value is (215,79,129). Sum of RGB (Red+Green+Blue) = 215+79+129=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F81 is #28B07E. Grayscale: #7D7D7D. Windows color (decimal): -2666623 or 8474583. OLE color: 8474583.

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

Color convert

RGB 215 79 129 -
CMYK 0 0.63 0.4 0.16
HSL 337.94º 0.63% 0.58% -
HSV(B) 337.94º 0.63% 0.84% -
XYZ 34.78 21.62 23.11 -
YUV 125.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 215 79 129 0 0.63 0.4 0.16 337.94 0.63 0.58
Hex D7 4F 81 0 3F 28 10 152 3F 3A
Octal 327 117 201 0 77 50 20 522 77 72
Binary 11010111 1001111 10000001 0 111111 101000 10000 101010010 111111 111010

Color Harmonies of #D74F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F81

Black with #D74F81

Text Example


Text Example

White with #D74F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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