Html Css Color HEX #D45D7E Cranberry

📋 copy color: '#D45D7E'

red 212 ◦ green 93 ◦ blue 126

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

Shades of Cranberry #D45D7E

Tints of Cranberry #D45D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 49.19%
G = 21.58%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D45D7E (or 0xD45D7E) is known color: Cranberry. HEX triplet: D4, 5D and 7E. RGB value is (212,93,126). Sum of RGB (Red+Green+Blue) = 212+93+126=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D7E is #2BA281. Grayscale: #848484. Windows color (decimal): -2859650 or 8281556. OLE color: 8281556.

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

Color convert

RGB 212 93 126 -
CMYK 0 0.56 0.41 0.17
HSL 343.36º 0.58% 0.6% -
HSV(B) 343.36º 0.56% 0.83% -
XYZ 34.83 23.33 22.41 -
YUV 132.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 212 93 126 0 0.56 0.41 0.17 343.36 0.58 0.6
Hex D4 5D 7E 0 38 29 11 157 3A 3C
Octal 324 135 176 0 70 51 21 527 72 74
Binary 11010100 1011101 1111110 0 111000 101001 10001 101010111 111010 111100

Color Harmonies of #D45D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D7E

Black with #D45D7E

Text Example


Text Example

White with #D45D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D7E; }

 p { color: rgb(212,93,126); }

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

background-color css

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

 a { background-color: rgb(212,93,126); }

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

border-color css

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

 span { border-color: rgb(212,93,126); }

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