Html Css Color HEX #D54681 Cranberry

📋 copy color: '#D54681'

red 213 ◦ green 70 ◦ blue 129

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

Shades of Cranberry #D54681

Tints of Cranberry #D54681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

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

R = 51.7%
G = 16.99%
B = 31.31%

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

#D54681 (or 0xD54681) is known color: Cranberry. HEX triplet: D5, 46 and 81. RGB value is (213,70,129). Sum of RGB (Red+Green+Blue) = 213+70+129=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54681 is #2AB97E. Grayscale: #777777. Windows color (decimal): -2799999 or 8472277. OLE color: 8472277.

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

Color convert

RGB 213 70 129 -
CMYK 0 0.67 0.39 0.16
HSL 335.24º 0.63% 0.55% -
HSV(B) 335.24º 0.67% 0.84% -
XYZ 33.59 20.11 22.88 -
YUV 119.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 213 70 129 0 0.67 0.39 0.16 335.24 0.63 0.55
Hex D5 46 81 0 43 27 10 14F 3F 37
Octal 325 106 201 0 103 47 20 517 77 67
Binary 11010101 1000110 10000001 0 1000011 100111 10000 101001111 111111 110111

Color Harmonies of #D54681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54681

Black with #D54681

Text Example


Text Example

White with #D54681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54681; }

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

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

background-color css

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

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

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

border-color css

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

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

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