Html Css Color HEX #D55E7D Cranberry

📋 copy color: '#D55E7D'

red 213 ◦ green 94 ◦ blue 125

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

Shades of Cranberry #D55E7D

Tints of Cranberry #D55E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 49.31%
G = 21.76%
B = 28.94%

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

#D55E7D (or 0xD55E7D) is known color: Cranberry. HEX triplet: D5, 5E and 7D. RGB value is (213,94,125). Sum of RGB (Red+Green+Blue) = 213+94+125=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E7D is #2AA182. Grayscale: #858585. Windows color (decimal): -2793859 or 8216277. OLE color: 8216277.

HSL color Cylindrical-coordinate representation of color #D55E7D: hue angle of 344.37º 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 #D55E7D is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 125 -
CMYK 0 0.56 0.41 0.16
HSL 344.37º 0.59% 0.6% -
HSV(B) 344.37º 0.56% 0.84% -
XYZ 35.14 23.63 22.11 -
YUV 133.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 213 94 125 0 0.56 0.41 0.16 344.37 0.59 0.6
Hex D5 5E 7D 0 38 29 10 158 3B 3C
Octal 325 136 175 0 70 51 20 530 73 74
Binary 11010101 1011110 1111101 0 111000 101001 10000 101011000 111011 111100

Color Harmonies of #D55E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E7D

Black with #D55E7D

Text Example


Text Example

White with #D55E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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