Html Css Color HEX #D54B75 Cranberry

📋 copy color: '#D54B75'

red 213 ◦ green 75 ◦ blue 117

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

Shades of Cranberry #D54B75

Tints of Cranberry #D54B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 52.59%
G = 18.52%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54B75 (or 0xD54B75) is known color: Cranberry. HEX triplet: D5, 4B and 75. RGB value is (213,75,117). Sum of RGB (Red+Green+Blue) = 213+75+117=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B75 is #2AB48A. Grayscale: #797979. Windows color (decimal): -2798731 or 7687125. OLE color: 7687125.

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

Color convert

RGB 213 75 117 -
CMYK 0 0.65 0.45 0.16
HSL 341.74º 0.62% 0.56% -
HSV(B) 341.74º 0.65% 0.84% -
XYZ 33.17 20.46 19.03 -
YUV 121.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 213 75 117 0 0.65 0.45 0.16 341.74 0.62 0.56
Hex D5 4B 75 0 41 2D 10 156 3E 38
Octal 325 113 165 0 101 55 20 526 76 70
Binary 11010101 1001011 1110101 0 1000001 101101 10000 101010110 111110 111000

Color Harmonies of #D54B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B75

Black with #D54B75

Text Example


Text Example

White with #D54B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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