Html Css Color HEX #D45F7C Cranberry

📋 copy color: '#D45F7C'

red 212 ◦ green 95 ◦ blue 124

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

Shades of Cranberry #D45F7C

Tints of Cranberry #D45F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

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

R = 49.19%
G = 22.04%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D45F7C (or 0xD45F7C) is known color: Cranberry. HEX triplet: D4, 5F and 7C. RGB value is (212,95,124). Sum of RGB (Red+Green+Blue) = 212+95+124=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F7C is #2BA083. Grayscale: #858585. Windows color (decimal): -2859140 or 8150996. OLE color: 8150996.

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

Color convert

RGB 212 95 124 -
CMYK 0 0.55 0.42 0.17
HSL 345.13º 0.58% 0.6% -
HSV(B) 345.13º 0.55% 0.83% -
XYZ 34.88 23.64 21.79 -
YUV 133.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 212 95 124 0 0.55 0.42 0.17 345.13 0.58 0.6
Hex D4 5F 7C 0 37 2A 11 159 3A 3C
Octal 324 137 174 0 67 52 21 531 72 74
Binary 11010100 1011111 1111100 0 110111 101010 10001 101011001 111010 111100

Color Harmonies of #D45F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F7C

Black with #D45F7C

Text Example


Text Example

White with #D45F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F7C; }

 p { color: rgb(212,95,124); }

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

background-color css

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

 a { background-color: rgb(212,95,124); }

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

border-color css

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

 span { border-color: rgb(212,95,124); }

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