Html Css Color HEX #D4457D Cranberry

📋 copy color: '#D4457D'

red 212 ◦ green 69 ◦ blue 125

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

Shades of Cranberry #D4457D

Tints of Cranberry #D4457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 52.22%
G = 17%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4457D (or 0xD4457D) is known color: Cranberry. HEX triplet: D4, 45 and 7D. RGB value is (212,69,125). Sum of RGB (Red+Green+Blue) = 212+69+125=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4457D is #2BBA82. Grayscale: #767676. Windows color (decimal): -2865795 or 8209876. OLE color: 8209876.

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

Color convert

RGB 212 69 125 -
CMYK 0 0.67 0.41 0.17
HSL 336.5º 0.62% 0.55% -
HSV(B) 336.5º 0.67% 0.83% -
XYZ 32.98 19.73 21.47 -
YUV 118.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 212 69 125 0 0.67 0.41 0.17 336.5 0.62 0.55
Hex D4 45 7D 0 43 29 11 151 3E 37
Octal 324 105 175 0 103 51 21 521 76 67
Binary 11010100 1000101 1111101 0 1000011 101001 10001 101010001 111110 110111

Color Harmonies of #D4457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4457D

Black with #D4457D

Text Example


Text Example

White with #D4457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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