Html Css Color HEX #D5407A Cranberry

📋 copy color: '#D5407A'

red 213 ◦ green 64 ◦ blue 122

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

Shades of Cranberry #D5407A

Tints of Cranberry #D5407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 53.38%
G = 16.04%
B = 30.58%

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

#D5407A (or 0xD5407A) is known color: Cranberry. HEX triplet: D5, 40 and 7A. RGB value is (213,64,122). Sum of RGB (Red+Green+Blue) = 213+64+122=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5407A is #2ABF85. Grayscale: #737373. Windows color (decimal): -2801542 or 8011989. OLE color: 8011989.

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

Color convert

RGB 213 64 122 -
CMYK 0 0.70 0.43 0.16
HSL 336.64º 0.64% 0.54% -
HSV(B) 336.64º 0.7% 0.84% -
XYZ 32.79 19.22 20.39 -
YUV 115.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 213 64 122 0 0.70 0.43 0.16 336.64 0.64 0.54
Hex D5 40 7A 0 46 2B 10 151 40 36
Octal 325 100 172 0 106 53 20 521 100 66
Binary 11010101 1000000 1111010 0 1000110 101011 10000 101010001 1000000 110110

Color Harmonies of #D5407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5407A

Black with #D5407A

Text Example


Text Example

White with #D5407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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