Html Css Color HEX #D54970 Cranberry

📋 copy color: '#D54970'

red 213 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #D54970

Tints of Cranberry #D54970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 53.52%
G = 18.34%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54970 (or 0xD54970) is known color: Cranberry. HEX triplet: D5, 49 and 70. RGB value is (213,73,112). Sum of RGB (Red+Green+Blue) = 213+73+112=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54970 is #2AB68F. Grayscale: #777777. Windows color (decimal): -2799248 or 7358933. OLE color: 7358933.

HSL color Cylindrical-coordinate representation of color #D54970: hue angle of 343.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54970 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 112 -
CMYK 0 0.66 0.47 0.16
HSL 343.29º 0.63% 0.56% -
HSV(B) 343.29º 0.66% 0.84% -
XYZ 32.75 20.08 17.48 -
YUV 119.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 213 73 112 0 0.66 0.47 0.16 343.29 0.63 0.56
Hex D5 49 70 0 42 2F 10 157 3E 38
Octal 325 111 160 0 102 57 20 527 76 70
Binary 11010101 1001001 1110000 0 1000010 101111 10000 101010111 111110 111000

Color Harmonies of #D54970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54970

Black with #D54970

Text Example


Text Example

White with #D54970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54970; }

 p { color: rgb(213,73,112); }

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

background-color css

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

 a { background-color: rgb(213,73,112); }

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

border-color css

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

 span { border-color: rgb(213,73,112); }

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