Html Css Color HEX #D74D7F Cranberry

📋 copy color: '#D74D7F'

red 215 ◦ green 77 ◦ blue 127

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

Shades of Cranberry #D74D7F

Tints of Cranberry #D74D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 51.31%
G = 18.38%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D74D7F (or 0xD74D7F) is known color: Cranberry. HEX triplet: D7, 4D and 7F. RGB value is (215,77,127). Sum of RGB (Red+Green+Blue) = 215+77+127=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D7F is #28B280. Grayscale: #7B7B7B. Windows color (decimal): -2667137 or 8342999. OLE color: 8342999.

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

Color convert

RGB 215 77 127 -
CMYK 0 0.64 0.41 0.16
HSL 338.26º 0.63% 0.57% -
HSV(B) 338.26º 0.64% 0.84% -
XYZ 34.51 21.29 22.37 -
YUV 123.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 215 77 127 0 0.64 0.41 0.16 338.26 0.63 0.57
Hex D7 4D 7F 0 40 29 10 152 3F 39
Octal 327 115 177 0 100 51 20 522 77 71
Binary 11010111 1001101 1111111 0 1000000 101001 10000 101010010 111111 111001

Color Harmonies of #D74D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D7F

Black with #D74D7F

Text Example


Text Example

White with #D74D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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