Html Css Color HEX #D45C7D Cranberry

📋 copy color: '#D45C7D'

red 212 ◦ green 92 ◦ blue 125

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

Shades of Cranberry #D45C7D

Tints of Cranberry #D45C7D

RGB

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

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

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

R = 49.42%
G = 21.45%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D45C7D (or 0xD45C7D) is known color: Cranberry. HEX triplet: D4, 5C and 7D. RGB value is (212,92,125). Sum of RGB (Red+Green+Blue) = 212+92+125=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C7D is #2BA382. Grayscale: #838383. Windows color (decimal): -2859907 or 8215764. OLE color: 8215764.

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

Color convert

RGB 212 92 125 -
CMYK 0 0.57 0.41 0.17
HSL 343.5º 0.58% 0.6% -
HSV(B) 343.5º 0.57% 0.83% -
XYZ 34.68 23.13 22.04 -
YUV 131.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 212 92 125 0 0.57 0.41 0.17 343.5 0.58 0.6
Hex D4 5C 7D 0 39 29 11 158 3A 3C
Octal 324 134 175 0 71 51 21 530 72 74
Binary 11010100 1011100 1111101 0 111001 101001 10001 101011000 111010 111100

Color Harmonies of #D45C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45C7D

Black with #D45C7D

Text Example


Text Example

White with #D45C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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