Html Css Color HEX #D54073 Cranberry

📋 copy color: '#D54073'

red 213 ◦ green 64 ◦ blue 115

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

Shades of Cranberry #D54073

Tints of Cranberry #D54073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.33%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 54.34%
G = 16.33%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54073 (or 0xD54073) is known color: Cranberry. HEX triplet: D5, 40 and 73. RGB value is (213,64,115). Sum of RGB (Red+Green+Blue) = 213+64+115=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D54073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54073 is #2ABF8C. Grayscale: #727272. Windows color (decimal): -2801549 or 7553237. OLE color: 7553237.

HSL color Cylindrical-coordinate representation of color #D54073: hue angle of 339.46º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54073 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 115 -
CMYK 0 0.70 0.46 0.16
HSL 339.46º 0.64% 0.54% -
HSV(B) 339.46º 0.7% 0.84% -
XYZ 32.37 19.05 18.19 -
YUV 114.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 213 64 115 0 0.70 0.46 0.16 339.46 0.64 0.54
Hex D5 40 73 0 46 2E 10 153 40 36
Octal 325 100 163 0 106 56 20 523 100 66
Binary 11010101 1000000 1110011 0 1000110 101110 10000 101010011 1000000 110110

Color Harmonies of #D54073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54073

Black with #D54073

Text Example


Text Example

White with #D54073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54073; }

 p { color: rgb(213,64,115); }

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

background-color css

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

 a { background-color: rgb(213,64,115); }

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

border-color css

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

 span { border-color: rgb(213,64,115); }

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