Html Css Color HEX #D7457A Cranberry

📋 copy color: '#D7457A'

red 215 ◦ green 69 ◦ blue 122

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

Shades of Cranberry #D7457A

Tints of Cranberry #D7457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 52.96%
G = 17%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7457A (or 0xD7457A) is known color: Cranberry. HEX triplet: D7, 45 and 7A. RGB value is (215,69,122). Sum of RGB (Red+Green+Blue) = 215+69+122=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7457A is #28BA85. Grayscale: #767676. Windows color (decimal): -2669190 or 8013271. OLE color: 8013271.

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

Color convert

RGB 215 69 122 -
CMYK 0 0.68 0.43 0.16
HSL 338.22º 0.65% 0.56% -
HSV(B) 338.22º 0.68% 0.84% -
XYZ 33.67 20.11 20.52 -
YUV 118.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 215 69 122 0 0.68 0.43 0.16 338.22 0.65 0.56
Hex D7 45 7A 0 44 2B 10 152 41 38
Octal 327 105 172 0 104 53 20 522 101 70
Binary 11010111 1000101 1111010 0 1000100 101011 10000 101010010 1000001 111000

Color Harmonies of #D7457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7457A

Black with #D7457A

Text Example


Text Example

White with #D7457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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