Html Css Color HEX #D74E7F Cranberry

📋 copy color: '#D74E7F'

red 215 ◦ green 78 ◦ blue 127

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

Shades of Cranberry #D74E7F

Tints of Cranberry #D74E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.57%

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

R = 51.19%
G = 18.57%
B = 30.24%

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

#D74E7F (or 0xD74E7F) is known color: Cranberry. HEX triplet: D7, 4E and 7F. RGB value is (215,78,127). Sum of RGB (Red+Green+Blue) = 215+78+127=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E7F is #28B180. Grayscale: #7C7C7C. Windows color (decimal): -2666881 or 8343255. OLE color: 8343255.

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

Color convert

RGB 215 78 127 -
CMYK 0 0.64 0.41 0.16
HSL 338.54º 0.63% 0.57% -
HSV(B) 338.54º 0.64% 0.84% -
XYZ 34.58 21.43 22.39 -
YUV 124.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 215 78 127 0 0.64 0.41 0.16 338.54 0.63 0.57
Hex D7 4E 7F 0 40 29 10 153 3F 39
Octal 327 116 177 0 100 51 20 523 77 71
Binary 11010111 1001110 1111111 0 1000000 101001 10000 101010011 111111 111001

Color Harmonies of #D74E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E7F

Black with #D74E7F

Text Example


Text Example

White with #D74E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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