Html Css Color HEX #D54B72 Cranberry

📋 copy color: '#D54B72'

red 213 ◦ green 75 ◦ blue 114

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

Shades of Cranberry #D54B72

Tints of Cranberry #D54B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.66%

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 52.99%
G = 18.66%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D54B72 (or 0xD54B72) is known color: Cranberry. HEX triplet: D5, 4B and 72. RGB value is (213,75,114). Sum of RGB (Red+Green+Blue) = 213+75+114=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B72 is #2AB48D. Grayscale: #787878. Windows color (decimal): -2798734 or 7490517. OLE color: 7490517.

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

Color convert

RGB 213 75 114 -
CMYK 0 0.65 0.46 0.16
HSL 343.04º 0.62% 0.56% -
HSV(B) 343.04º 0.65% 0.84% -
XYZ 32.99 20.39 18.12 -
YUV 120.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 213 75 114 0 0.65 0.46 0.16 343.04 0.62 0.56
Hex D5 4B 72 0 41 2E 10 157 3E 38
Octal 325 113 162 0 101 56 20 527 76 70
Binary 11010101 1001011 1110010 0 1000001 101110 10000 101010111 111110 111000

Color Harmonies of #D54B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B72

Black with #D54B72

Text Example


Text Example

White with #D54B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B72; }

 p { color: rgb(213,75,114); }

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

background-color css

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

 a { background-color: rgb(213,75,114); }

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

border-color css

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

 span { border-color: rgb(213,75,114); }

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