Html Css Color HEX #D4457A Cranberry

📋 copy color: '#D4457A'

red 212 ◦ green 69 ◦ blue 122

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

Shades of Cranberry #D4457A

Tints of Cranberry #D4457A

RGB

 RED value IS 212 (83.2% from 255) = 52.61%

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

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

R = 52.61%
G = 17.12%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4457A (or 0xD4457A) is known color: Cranberry. HEX triplet: D4, 45 and 7A. RGB value is (212,69,122). Sum of RGB (Red+Green+Blue) = 212+69+122=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4457A is #2BBA85. Grayscale: #757575. Windows color (decimal): -2865798 or 8013268. OLE color: 8013268.

HSL color Cylindrical-coordinate representation of color #D4457A: hue angle of 337.76º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4457A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 122 -
CMYK 0 0.67 0.42 0.17
HSL 337.76º 0.62% 0.55% -
HSV(B) 337.76º 0.67% 0.83% -
XYZ 32.79 19.66 20.48 -
YUV 117.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 212 69 122 0 0.67 0.42 0.17 337.76 0.62 0.55
Hex D4 45 7A 0 43 2A 11 152 3E 37
Octal 324 105 172 0 103 52 21 522 76 67
Binary 11010100 1000101 1111010 0 1000011 101010 10001 101010010 111110 110111

Color Harmonies of #D4457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4457A

Black with #D4457A

Text Example


Text Example

White with #D4457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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