Html Css Color HEX #D6558A Cranberry

📋 copy color: '#D6558A'

red 214 ◦ green 85 ◦ blue 138

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

Shades of Cranberry #D6558A

Tints of Cranberry #D6558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.45%

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

R = 48.97%
G = 19.45%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6558A (or 0xD6558A) is known color: Cranberry. HEX triplet: D6, 55 and 8A. RGB value is (214,85,138). Sum of RGB (Red+Green+Blue) = 214+85+138=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6558A is #29AA75. Grayscale: #818181. Windows color (decimal): -2730614 or 9065942. OLE color: 9065942.

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

Color convert

RGB 214 85 138 -
CMYK 0 0.60 0.36 0.16
HSL 335.35º 0.61% 0.59% -
HSV(B) 335.35º 0.6% 0.84% -
XYZ 35.57 22.63 26.54 -
YUV 129.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 214 85 138 0 0.60 0.36 0.16 335.35 0.61 0.59
Hex D6 55 8A 0 3C 24 10 14F 3D 3B
Octal 326 125 212 0 74 44 20 517 75 73
Binary 11010110 1010101 10001010 0 111100 100100 10000 101001111 111101 111011

Color Harmonies of #D6558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6558A

Black with #D6558A

Text Example


Text Example

White with #D6558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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