Html Css Color HEX #D54380 Cranberry

📋 copy color: '#D54380'

red 213 ◦ green 67 ◦ blue 128

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

Shades of Cranberry #D54380

Tints of Cranberry #D54380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 52.21%
G = 16.42%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D54380 (or 0xD54380) is known color: Cranberry. HEX triplet: D5, 43 and 80. RGB value is (213,67,128). Sum of RGB (Red+Green+Blue) = 213+67+128=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D54380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54380 is #2ABC7F. Grayscale: #757575. Windows color (decimal): -2800768 or 8405973. OLE color: 8405973.

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

Color convert

RGB 213 67 128 -
CMYK 0 0.69 0.40 0.16
HSL 334.93º 0.63% 0.55% -
HSV(B) 334.93º 0.69% 0.84% -
XYZ 33.34 19.72 22.47 -
YUV 117.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 213 67 128 0 0.69 0.40 0.16 334.93 0.63 0.55
Hex D5 43 80 0 45 28 10 14F 3F 37
Octal 325 103 200 0 105 50 20 517 77 67
Binary 11010101 1000011 10000000 0 1000101 101000 10000 101001111 111111 110111

Color Harmonies of #D54380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54380

Black with #D54380

Text Example


Text Example

White with #D54380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54380; }

 p { color: rgb(213,67,128); }

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

background-color css

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

 a { background-color: rgb(213,67,128); }

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

border-color css

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

 span { border-color: rgb(213,67,128); }

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