Html Css Color HEX #D53D75 Cranberry

📋 copy color: '#D53D75'

red 213 ◦ green 61 ◦ blue 117

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

Shades of Cranberry #D53D75

Tints of Cranberry #D53D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 54.48%
G = 15.6%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D53D75 (or 0xD53D75) is known color: Cranberry. HEX triplet: D5, 3D and 75. RGB value is (213,61,117). Sum of RGB (Red+Green+Blue) = 213+61+117=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D75 is #2AC28A. Grayscale: #707070. Windows color (decimal): -2802315 or 7683541. OLE color: 7683541.

HSL color Cylindrical-coordinate representation of color #D53D75: hue angle of 337.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D75 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 117 -
CMYK 0 0.71 0.45 0.16
HSL 337.89º 0.64% 0.54% -
HSV(B) 337.89º 0.71% 0.84% -
XYZ 32.32 18.77 18.75 -
YUV 112.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 213 61 117 0 0.71 0.45 0.16 337.89 0.64 0.54
Hex D5 3D 75 0 47 2D 10 152 40 36
Octal 325 75 165 0 107 55 20 522 100 66
Binary 11010101 111101 1110101 0 1000111 101101 10000 101010010 1000000 110110

Color Harmonies of #D53D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D75

Black with #D53D75

Text Example


Text Example

White with #D53D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D75; }

 p { color: rgb(213,61,117); }

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

background-color css

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

 a { background-color: rgb(213,61,117); }

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

border-color css

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

 span { border-color: rgb(213,61,117); }

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