Html Css Color HEX #D5456F Cranberry

📋 copy color: '#D5456F'

red 213 ◦ green 69 ◦ blue 111

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

Shades of Cranberry #D5456F

Tints of Cranberry #D5456F

RGB

 RED value IS 213 (83.59% from 255) = 54.2%

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

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 54.2%
G = 17.56%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5456F (or 0xD5456F) is known color: Cranberry. HEX triplet: D5, 45 and 6F. RGB value is (213,69,111). Sum of RGB (Red+Green+Blue) = 213+69+111=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5456F is #2ABA90. Grayscale: #747474. Windows color (decimal): -2800273 or 7292373. OLE color: 7292373.

HSL color Cylindrical-coordinate representation of color #D5456F: hue angle of 342.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5456F is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 69 111 -
CMYK 0 0.68 0.48 0.16
HSL 342.5º 0.63% 0.55% -
HSV(B) 342.5º 0.68% 0.84% -
XYZ 32.44 19.55 17.1 -
YUV 116.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 213 69 111 0 0.68 0.48 0.16 342.5 0.63 0.55
Hex D5 45 6F 0 44 30 10 156 3F 37
Octal 325 105 157 0 104 60 20 526 77 67
Binary 11010101 1000101 1101111 0 1000100 110000 10000 101010110 111111 110111

Color Harmonies of #D5456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5456F

Black with #D5456F

Text Example


Text Example

White with #D5456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5456F; }

 p { color: rgb(213,69,111); }

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

background-color css

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

 a { background-color: rgb(213,69,111); }

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

border-color css

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

 span { border-color: rgb(213,69,111); }

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