Html Css Color HEX #D55E7E Cranberry

📋 copy color: '#D55E7E'

red 213 ◦ green 94 ◦ blue 126

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

Shades of Cranberry #D55E7E

Tints of Cranberry #D55E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 49.19%
G = 21.71%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D55E7E (or 0xD55E7E) is known color: Cranberry. HEX triplet: D5, 5E and 7E. RGB value is (213,94,126). Sum of RGB (Red+Green+Blue) = 213+94+126=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E7E is #2AA181. Grayscale: #858585. Windows color (decimal): -2793858 or 8281813. OLE color: 8281813.

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

Color convert

RGB 213 94 126 -
CMYK 0 0.56 0.41 0.16
HSL 343.87º 0.59% 0.6% -
HSV(B) 343.87º 0.56% 0.84% -
XYZ 35.21 23.66 22.45 -
YUV 133.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 213 94 126 0 0.56 0.41 0.16 343.87 0.59 0.6
Hex D5 5E 7E 0 38 29 10 158 3B 3C
Octal 325 136 176 0 70 51 20 530 73 74
Binary 11010101 1011110 1111110 0 111000 101001 10000 101011000 111011 111100

Color Harmonies of #D55E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E7E

Black with #D55E7E

Text Example


Text Example

White with #D55E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E7E; }

 p { color: rgb(213,94,126); }

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

background-color css

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

 a { background-color: rgb(213,94,126); }

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

border-color css

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

 span { border-color: rgb(213,94,126); }

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