Html Css Color HEX #D55D7D Cranberry

📋 copy color: '#D55D7D'

red 213 ◦ green 93 ◦ blue 125

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

Shades of Cranberry #D55D7D

Tints of Cranberry #D55D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 49.42%
G = 21.58%
B = 29%

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

#D55D7D (or 0xD55D7D) is known color: Cranberry. HEX triplet: D5, 5D and 7D. RGB value is (213,93,125). Sum of RGB (Red+Green+Blue) = 213+93+125=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D7D is #2AA282. Grayscale: #848484. Windows color (decimal): -2794115 or 8216021. OLE color: 8216021.

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

Color convert

RGB 213 93 125 -
CMYK 0 0.56 0.41 0.16
HSL 344º 0.59% 0.6% -
HSV(B) 344º 0.56% 0.84% -
XYZ 35.06 23.46 22.08 -
YUV 132.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 213 93 125 0 0.56 0.41 0.16 344 0.59 0.6
Hex D5 5D 7D 0 38 29 10 158 3B 3C
Octal 325 135 175 0 70 51 20 530 73 74
Binary 11010101 1011101 1111101 0 111000 101001 10000 101011000 111011 111100

Color Harmonies of #D55D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D7D

Black with #D55D7D

Text Example


Text Example

White with #D55D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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