Html Css Color HEX #D54482 Cranberry

📋 copy color: '#D54482'

red 213 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #D54482

Tints of Cranberry #D54482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.55%

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 51.82%
G = 16.55%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54482 (or 0xD54482) is known color: Cranberry. HEX triplet: D5, 44 and 82. RGB value is (213,68,130). Sum of RGB (Red+Green+Blue) = 213+68+130=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D54482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54482 is #2ABB7D. Grayscale: #767676. Windows color (decimal): -2800510 or 8537301. OLE color: 8537301.

HSL color Cylindrical-coordinate representation of color #D54482: hue angle of 334.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54482 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 130 -
CMYK 0 0.68 0.39 0.16
HSL 334.34º 0.63% 0.55% -
HSV(B) 334.34º 0.68% 0.84% -
XYZ 33.54 19.89 23.19 -
YUV 118.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 213 68 130 0 0.68 0.39 0.16 334.34 0.63 0.55
Hex D5 44 82 0 44 27 10 14E 3F 37
Octal 325 104 202 0 104 47 20 516 77 67
Binary 11010101 1000100 10000010 0 1000100 100111 10000 101001110 111111 110111

Color Harmonies of #D54482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54482

Black with #D54482

Text Example


Text Example

White with #D54482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54482; }

 p { color: rgb(213,68,130); }

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

background-color css

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

 a { background-color: rgb(213,68,130); }

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

border-color css

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

 span { border-color: rgb(213,68,130); }

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