Html Css Color HEX #D4416F Cranberry

📋 copy color: '#D4416F'

red 212 ◦ green 65 ◦ blue 111

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

Shades of Cranberry #D4416F

Tints of Cranberry #D4416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 54.64%
G = 16.75%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4416F (or 0xD4416F) is known color: Cranberry. HEX triplet: D4, 41 and 6F. RGB value is (212,65,111). Sum of RGB (Red+Green+Blue) = 212+65+111=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4416F is #2BBE90. Grayscale: #727272. Windows color (decimal): -2866833 or 7291348. OLE color: 7291348.

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

Color convert

RGB 212 65 111 -
CMYK 0 0.69 0.48 0.17
HSL 341.22º 0.63% 0.54% -
HSV(B) 341.22º 0.69% 0.83% -
XYZ 31.91 18.93 17.01 -
YUV 114.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 212 65 111 0 0.69 0.48 0.17 341.22 0.63 0.54
Hex D4 41 6F 0 45 30 11 155 3F 36
Octal 324 101 157 0 105 60 21 525 77 66
Binary 11010100 1000001 1101111 0 1000101 110000 10001 101010101 111111 110110

Color Harmonies of #D4416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4416F

Black with #D4416F

Text Example


Text Example

White with #D4416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4416F; }

 p { color: rgb(212,65,111); }

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

background-color css

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

 a { background-color: rgb(212,65,111); }

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

border-color css

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

 span { border-color: rgb(212,65,111); }

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