Html Css Color HEX #D53F7A Cranberry

📋 copy color: '#D53F7A'

red 213 ◦ green 63 ◦ blue 122

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

Shades of Cranberry #D53F7A

Tints of Cranberry #D53F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 53.52%
G = 15.83%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D53F7A (or 0xD53F7A) is known color: Cranberry. HEX triplet: D5, 3F and 7A. RGB value is (213,63,122). Sum of RGB (Red+Green+Blue) = 213+63+122=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F7A is #2AC085. Grayscale: #727272. Windows color (decimal): -2801798 or 8011733. OLE color: 8011733.

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

Color convert

RGB 213 63 122 -
CMYK 0 0.70 0.43 0.16
HSL 336.4º 0.64% 0.54% -
HSV(B) 336.4º 0.7% 0.84% -
XYZ 32.73 19.11 20.38 -
YUV 114.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 213 63 122 0 0.70 0.43 0.16 336.4 0.64 0.54
Hex D5 3F 7A 0 46 2B 10 150 40 36
Octal 325 77 172 0 106 53 20 520 100 66
Binary 11010101 111111 1111010 0 1000110 101011 10000 101010000 1000000 110110

Color Harmonies of #D53F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F7A

Black with #D53F7A

Text Example


Text Example

White with #D53F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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