Html Css Color HEX #D54B7C Cranberry

📋 copy color: '#D54B7C'

red 213 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #D54B7C

Tints of Cranberry #D54B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 51.7%
G = 18.2%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D54B7C (or 0xD54B7C) is known color: Cranberry. HEX triplet: D5, 4B and 7C. RGB value is (213,75,124). Sum of RGB (Red+Green+Blue) = 213+75+124=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B7C is #2AB483. Grayscale: #797979. Windows color (decimal): -2798724 or 8145877. OLE color: 8145877.

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

Color convert

RGB 213 75 124 -
CMYK 0 0.65 0.42 0.16
HSL 338.7º 0.62% 0.56% -
HSV(B) 338.7º 0.65% 0.84% -
XYZ 33.59 20.63 21.28 -
YUV 121.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 213 75 124 0 0.65 0.42 0.16 338.7 0.62 0.56
Hex D5 4B 7C 0 41 2A 10 153 3E 38
Octal 325 113 174 0 101 52 20 523 76 70
Binary 11010101 1001011 1111100 0 1000001 101010 10000 101010011 111110 111000

Color Harmonies of #D54B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B7C

Black with #D54B7C

Text Example


Text Example

White with #D54B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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