Html Css Color HEX #D6548A Cranberry

📋 copy color: '#D6548A'

red 214 ◦ green 84 ◦ blue 138

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

Shades of Cranberry #D6548A

Tints of Cranberry #D6548A

RGB

 RED value IS 214 (83.98% from 255) = 49.08%

 GREEN value IS 84 (33.2% from 255) = 19.27%

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 49.08%
G = 19.27%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6548A (or 0xD6548A) is known color: Cranberry. HEX triplet: D6, 54 and 8A. RGB value is (214,84,138). Sum of RGB (Red+Green+Blue) = 214+84+138=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6548A is #29AB75. Grayscale: #808080. Windows color (decimal): -2730870 or 9065686. OLE color: 9065686.

HSL color Cylindrical-coordinate representation of color #D6548A: hue angle of 335.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6548A is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 138 -
CMYK 0 0.61 0.36 0.16
HSL 335.08º 0.61% 0.58% -
HSV(B) 335.08º 0.61% 0.84% -
XYZ 35.49 22.47 26.51 -
YUV 129.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 214 84 138 0 0.61 0.36 0.16 335.08 0.61 0.58
Hex D6 54 8A 0 3D 24 10 14F 3D 3A
Octal 326 124 212 0 75 44 20 517 75 72
Binary 11010110 1010100 10001010 0 111101 100100 10000 101001111 111101 111010

Color Harmonies of #D6548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6548A

Black with #D6548A

Text Example


Text Example

White with #D6548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6548A; }

 p { color: rgb(214,84,138); }

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

background-color css

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

 a { background-color: rgb(214,84,138); }

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

border-color css

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

 span { border-color: rgb(214,84,138); }

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