Html Css Color HEX #D54582 Cranberry

📋 copy color: '#D54582'

red 213 ◦ green 69 ◦ blue 130

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

Shades of Cranberry #D54582

Tints of Cranberry #D54582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

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

R = 51.7%
G = 16.75%
B = 31.55%

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

#D54582 (or 0xD54582) is known color: Cranberry. HEX triplet: D5, 45 and 82. RGB value is (213,69,130). Sum of RGB (Red+Green+Blue) = 213+69+130=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54582 is #2ABA7D. Grayscale: #767676. Windows color (decimal): -2800254 or 8537557. OLE color: 8537557.

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

Color convert

RGB 213 69 130 -
CMYK 0 0.68 0.39 0.16
HSL 334.58º 0.63% 0.55% -
HSV(B) 334.58º 0.68% 0.84% -
XYZ 33.6 20.01 23.21 -
YUV 119.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 213 69 130 0 0.68 0.39 0.16 334.58 0.63 0.55
Hex D5 45 82 0 44 27 10 14F 3F 37
Octal 325 105 202 0 104 47 20 517 77 67
Binary 11010101 1000101 10000010 0 1000100 100111 10000 101001111 111111 110111

Color Harmonies of #D54582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54582

Black with #D54582

Text Example


Text Example

White with #D54582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54582; }

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

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

background-color css

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

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

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

border-color css

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

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

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