Html Css Color HEX #D4517A Cranberry

📋 copy color: '#D4517A'

red 212 ◦ green 81 ◦ blue 122

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

Shades of Cranberry #D4517A

Tints of Cranberry #D4517A

RGB

 RED value IS 212 (83.2% from 255) = 51.08%

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 51.08%
G = 19.52%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4517A (or 0xD4517A) is known color: Cranberry. HEX triplet: D4, 51 and 7A. RGB value is (212,81,122). Sum of RGB (Red+Green+Blue) = 212+81+122=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D4517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4517A is #2BAE85. Grayscale: #7C7C7C. Windows color (decimal): -2862726 or 8016340. OLE color: 8016340.

HSL color Cylindrical-coordinate representation of color #D4517A: hue angle of 341.22º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4517A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 122 -
CMYK 0 0.62 0.42 0.17
HSL 341.22º 0.6% 0.57% -
HSV(B) 341.22º 0.62% 0.83% -
XYZ 33.61 21.29 20.75 -
YUV 124.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 212 81 122 0 0.62 0.42 0.17 341.22 0.6 0.57
Hex D4 51 7A 0 3E 2A 11 155 3C 39
Octal 324 121 172 0 76 52 21 525 74 71
Binary 11010100 1010001 1111010 0 111110 101010 10001 101010101 111100 111001

Color Harmonies of #D4517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4517A

Black with #D4517A

Text Example


Text Example

White with #D4517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4517A; }

 p { color: rgb(212,81,122); }

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

background-color css

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

 a { background-color: rgb(212,81,122); }

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

border-color css

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

 span { border-color: rgb(212,81,122); }

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