Html Css Color HEX #D54882 Cranberry

📋 copy color: '#D54882'

red 213 ◦ green 72 ◦ blue 130

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

Shades of Cranberry #D54882

Tints of Cranberry #D54882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

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

R = 51.33%
G = 17.35%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54882 (or 0xD54882) is known color: Cranberry. HEX triplet: D5, 48 and 82. RGB value is (213,72,130). Sum of RGB (Red+Green+Blue) = 213+72+130=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D54882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54882 is #2AB77D. Grayscale: #787878. Windows color (decimal): -2799486 or 8538325. OLE color: 8538325.

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

Color convert

RGB 213 72 130 -
CMYK 0 0.66 0.39 0.16
HSL 335.32º 0.63% 0.56% -
HSV(B) 335.32º 0.66% 0.84% -
XYZ 33.79 20.39 23.27 -
YUV 120.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 213 72 130 0 0.66 0.39 0.16 335.32 0.63 0.56
Hex D5 48 82 0 42 27 10 14F 3F 38
Octal 325 110 202 0 102 47 20 517 77 70
Binary 11010101 1001000 10000010 0 1000010 100111 10000 101001111 111111 111000

Color Harmonies of #D54882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54882

Black with #D54882

Text Example


Text Example

White with #D54882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54882; }

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

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

background-color css

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

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

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

border-color css

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

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

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