Html Css Color HEX #D54278 Cranberry

📋 copy color: '#D54278'

red 213 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #D54278

Tints of Cranberry #D54278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

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

R = 53.38%
G = 16.54%
B = 30.08%

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

#D54278 (or 0xD54278) is known color: Cranberry. HEX triplet: D5, 42 and 78. RGB value is (213,66,120). Sum of RGB (Red+Green+Blue) = 213+66+120=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D54278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54278 is #2ABD87. Grayscale: #747474. Windows color (decimal): -2801032 or 7881429. OLE color: 7881429.

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

Color convert

RGB 213 66 120 -
CMYK 0 0.69 0.44 0.16
HSL 337.96º 0.64% 0.55% -
HSV(B) 337.96º 0.69% 0.84% -
XYZ 32.78 19.4 19.79 -
YUV 116.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 213 66 120 0 0.69 0.44 0.16 337.96 0.64 0.55
Hex D5 42 78 0 45 2C 10 152 40 37
Octal 325 102 170 0 105 54 20 522 100 67
Binary 11010101 1000010 1111000 0 1000101 101100 10000 101010010 1000000 110111

Color Harmonies of #D54278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54278

Black with #D54278

Text Example


Text Example

White with #D54278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54278; }

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

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

background-color css

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

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

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

border-color css

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

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

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