Html Css Color HEX #D54781 Cranberry

📋 copy color: '#D54781'

red 213 ◦ green 71 ◦ blue 129

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

Shades of Cranberry #D54781

Tints of Cranberry #D54781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 51.57%
G = 17.19%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54781 (or 0xD54781) is known color: Cranberry. HEX triplet: D5, 47 and 81. RGB value is (213,71,129). Sum of RGB (Red+Green+Blue) = 213+71+129=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D54781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54781 is #2AB87E. Grayscale: #777777. Windows color (decimal): -2799743 or 8472533. OLE color: 8472533.

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

Color convert

RGB 213 71 129 -
CMYK 0 0.67 0.39 0.16
HSL 335.49º 0.63% 0.56% -
HSV(B) 335.49º 0.67% 0.84% -
XYZ 33.66 20.24 22.9 -
YUV 120.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 213 71 129 0 0.67 0.39 0.16 335.49 0.63 0.56
Hex D5 47 81 0 43 27 10 14F 3F 38
Octal 325 107 201 0 103 47 20 517 77 70
Binary 11010101 1000111 10000001 0 1000011 100111 10000 101001111 111111 111000

Color Harmonies of #D54781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54781

Black with #D54781

Text Example


Text Example

White with #D54781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54781; }

 p { color: rgb(213,71,129); }

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

background-color css

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

 a { background-color: rgb(213,71,129); }

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

border-color css

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

 span { border-color: rgb(213,71,129); }

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