Html Css Color HEX #D54A70 Cranberry

📋 copy color: '#D54A70'

red 213 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #D54A70

Tints of Cranberry #D54A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.55%

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

R = 53.38%
G = 18.55%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D54A70 (or 0xD54A70) is known color: Cranberry. HEX triplet: D5, 4A and 70. RGB value is (213,74,112). Sum of RGB (Red+Green+Blue) = 213+74+112=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A70 is #2AB58F. Grayscale: #777777. Windows color (decimal): -2798992 or 7359189. OLE color: 7359189.

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

Color convert

RGB 213 74 112 -
CMYK 0 0.65 0.47 0.16
HSL 343.6º 0.62% 0.56% -
HSV(B) 343.6º 0.65% 0.84% -
XYZ 32.81 20.21 17.5 -
YUV 119.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 213 74 112 0 0.65 0.47 0.16 343.6 0.62 0.56
Hex D5 4A 70 0 41 2F 10 158 3E 38
Octal 325 112 160 0 101 57 20 530 76 70
Binary 11010101 1001010 1110000 0 1000001 101111 10000 101011000 111110 111000

Color Harmonies of #D54A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A70

Black with #D54A70

Text Example


Text Example

White with #D54A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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