Html Css Color HEX #D5446F Cranberry

📋 copy color: '#D5446F'

red 213 ◦ green 68 ◦ blue 111

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

Shades of Cranberry #D5446F

Tints of Cranberry #D5446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

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

R = 54.34%
G = 17.35%
B = 28.32%

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

#D5446F (or 0xD5446F) is known color: Cranberry. HEX triplet: D5, 44 and 6F. RGB value is (213,68,111). Sum of RGB (Red+Green+Blue) = 213+68+111=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5446F is #2ABB90. Grayscale: #747474. Windows color (decimal): -2800529 or 7292117. OLE color: 7292117.

HSL color Cylindrical-coordinate representation of color #D5446F: hue angle of 342.21º 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 #D5446F is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 111 -
CMYK 0 0.68 0.48 0.16
HSL 342.21º 0.63% 0.55% -
HSV(B) 342.21º 0.68% 0.84% -
XYZ 32.38 19.43 17.08 -
YUV 116.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 213 68 111 0 0.68 0.48 0.16 342.21 0.63 0.55
Hex D5 44 6F 0 44 30 10 156 3F 37
Octal 325 104 157 0 104 60 20 526 77 67
Binary 11010101 1000100 1101111 0 1000100 110000 10000 101010110 111111 110111

Color Harmonies of #D5446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5446F

Black with #D5446F

Text Example


Text Example

White with #D5446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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