Html Css Color HEX #D54975 Cranberry

📋 copy color: '#D54975'

red 213 ◦ green 73 ◦ blue 117

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

Shades of Cranberry #D54975

Tints of Cranberry #D54975

RGB

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

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

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

R = 52.85%
G = 18.11%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D54975 (or 0xD54975) is known color: Cranberry. HEX triplet: D5, 49 and 75. RGB value is (213,73,117). Sum of RGB (Red+Green+Blue) = 213+73+117=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D54975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54975 is #2AB68A. Grayscale: #777777. Windows color (decimal): -2799243 or 7686613. OLE color: 7686613.

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

Color convert

RGB 213 73 117 -
CMYK 0 0.66 0.45 0.16
HSL 341.14º 0.63% 0.56% -
HSV(B) 341.14º 0.66% 0.84% -
XYZ 33.03 20.2 18.99 -
YUV 119.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 213 73 117 0 0.66 0.45 0.16 341.14 0.63 0.56
Hex D5 49 75 0 42 2D 10 155 3E 38
Octal 325 111 165 0 102 55 20 525 76 70
Binary 11010101 1001001 1110101 0 1000010 101101 10000 101010101 111110 111000

Color Harmonies of #D54975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54975

Black with #D54975

Text Example


Text Example

White with #D54975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54975; }

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

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

background-color css

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

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

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

border-color css

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

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

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