Html Css Color HEX #D55F7E Cranberry

📋 copy color: '#D55F7E'

red 213 ◦ green 95 ◦ blue 126

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

Shades of Cranberry #D55F7E

Tints of Cranberry #D55F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

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

R = 49.08%
G = 21.89%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D55F7E (or 0xD55F7E) is known color: Cranberry. HEX triplet: D5, 5F and 7E. RGB value is (213,95,126). Sum of RGB (Red+Green+Blue) = 213+95+126=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F7E is #2AA081. Grayscale: #858585. Windows color (decimal): -2793602 or 8282069. OLE color: 8282069.

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

Color convert

RGB 213 95 126 -
CMYK 0 0.55 0.41 0.16
HSL 344.24º 0.58% 0.6% -
HSV(B) 344.24º 0.55% 0.84% -
XYZ 35.3 23.84 22.48 -
YUV 133.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 213 95 126 0 0.55 0.41 0.16 344.24 0.58 0.6
Hex D5 5F 7E 0 37 29 10 158 3A 3C
Octal 325 137 176 0 67 51 20 530 72 74
Binary 11010101 1011111 1111110 0 110111 101001 10000 101011000 111010 111100

Color Harmonies of #D55F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F7E

Black with #D55F7E

Text Example


Text Example

White with #D55F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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