Html Css Color HEX #D53F7B Cranberry

📋 copy color: '#D53F7B'

red 213 ◦ green 63 ◦ blue 123

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

Shades of Cranberry #D53F7B

Tints of Cranberry #D53F7B

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 53.38%
G = 15.79%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D53F7B (or 0xD53F7B) is known color: Cranberry. HEX triplet: D5, 3F and 7B. RGB value is (213,63,123). Sum of RGB (Red+Green+Blue) = 213+63+123=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F7B is #2AC084. Grayscale: #727272. Windows color (decimal): -2801797 or 8077269. OLE color: 8077269.

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

Color convert

RGB 213 63 123 -
CMYK 0 0.70 0.42 0.16
HSL 336º 0.64% 0.54% -
HSV(B) 336º 0.7% 0.84% -
XYZ 32.79 19.13 20.7 -
YUV 114.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 213 63 123 0 0.70 0.42 0.16 336 0.64 0.54
Hex D5 3F 7B 0 46 2A 10 150 40 36
Octal 325 77 173 0 106 52 20 520 100 66
Binary 11010101 111111 1111011 0 1000110 101010 10000 101010000 1000000 110110

Color Harmonies of #D53F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F7B

Black with #D53F7B

Text Example


Text Example

White with #D53F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F7B; }

 p { color: rgb(213,63,123); }

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

background-color css

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

 a { background-color: rgb(213,63,123); }

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

border-color css

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

 span { border-color: rgb(213,63,123); }

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