Html Css Color HEX #D7457C Cranberry

📋 copy color: '#D7457C'

red 215 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #D7457C

Tints of Cranberry #D7457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 52.7%
G = 16.91%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7457C (or 0xD7457C) is known color: Cranberry. HEX triplet: D7, 45 and 7C. RGB value is (215,69,124). Sum of RGB (Red+Green+Blue) = 215+69+124=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7457C is #28BA83. Grayscale: #767676. Windows color (decimal): -2669188 or 8144343. OLE color: 8144343.

HSL color Cylindrical-coordinate representation of color #D7457C: hue angle of 337.4º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7457C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 69 124 -
CMYK 0 0.68 0.42 0.16
HSL 337.4º 0.65% 0.56% -
HSV(B) 337.4º 0.68% 0.84% -
XYZ 33.79 20.16 21.18 -
YUV 118.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 215 69 124 0 0.68 0.42 0.16 337.4 0.65 0.56
Hex D7 45 7C 0 44 2A 10 151 41 38
Octal 327 105 174 0 104 52 20 521 101 70
Binary 11010111 1000101 1111100 0 1000100 101010 10000 101010001 1000001 111000

Color Harmonies of #D7457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7457C

Black with #D7457C

Text Example


Text Example

White with #D7457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7457C; }

 p { color: rgb(215,69,124); }

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

background-color css

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

 a { background-color: rgb(215,69,124); }

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

border-color css

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

 span { border-color: rgb(215,69,124); }

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