Html Css Color HEX #D45C7F Cranberry

📋 copy color: '#D45C7F'

red 212 ◦ green 92 ◦ blue 127

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

Shades of Cranberry #D45C7F

Tints of Cranberry #D45C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 49.19%
G = 21.35%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D45C7F (or 0xD45C7F) is known color: Cranberry. HEX triplet: D4, 5C and 7F. RGB value is (212,92,127). Sum of RGB (Red+Green+Blue) = 212+92+127=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C7F is #2BA380. Grayscale: #838383. Windows color (decimal): -2859905 or 8346836. OLE color: 8346836.

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

Color convert

RGB 212 92 127 -
CMYK 0 0.57 0.40 0.17
HSL 342.5º 0.58% 0.6% -
HSV(B) 342.5º 0.57% 0.83% -
XYZ 34.81 23.18 22.72 -
YUV 131.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 212 92 127 0 0.57 0.40 0.17 342.5 0.58 0.6
Hex D4 5C 7F 0 39 28 11 156 3A 3C
Octal 324 134 177 0 71 50 21 526 72 74
Binary 11010100 1011100 1111111 0 111001 101000 10001 101010110 111010 111100

Color Harmonies of #D45C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45C7F

Black with #D45C7F

Text Example


Text Example

White with #D45C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45C7F; }

 p { color: rgb(212,92,127); }

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

background-color css

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

 a { background-color: rgb(212,92,127); }

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

border-color css

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

 span { border-color: rgb(212,92,127); }

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