Html Css Color HEX #D54378 Cranberry

📋 copy color: '#D54378'

red 213 ◦ green 67 ◦ blue 120

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

Shades of Cranberry #D54378

Tints of Cranberry #D54378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30%

R = 53.25%
G = 16.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D54378 (or 0xD54378) is known color: Cranberry. HEX triplet: D5, 43 and 78. RGB value is (213,67,120). Sum of RGB (Red+Green+Blue) = 213+67+120=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D54378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54378 is #2ABC87. Grayscale: #747474. Windows color (decimal): -2800776 or 7881685. OLE color: 7881685.

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

Color convert

RGB 213 67 120 -
CMYK 0 0.69 0.44 0.16
HSL 338.22º 0.63% 0.55% -
HSV(B) 338.22º 0.69% 0.84% -
XYZ 32.84 19.52 19.81 -
YUV 116.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 213 67 120 0 0.69 0.44 0.16 338.22 0.63 0.55
Hex D5 43 78 0 45 2C 10 152 3F 37
Octal 325 103 170 0 105 54 20 522 77 67
Binary 11010101 1000011 1111000 0 1000101 101100 10000 101010010 111111 110111

Color Harmonies of #D54378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54378

Black with #D54378

Text Example


Text Example

White with #D54378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54378; }

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

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

background-color css

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

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

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

border-color css

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

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

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