Html Css Color HEX #D44275 Cranberry

📋 copy color: '#D44275'

red 212 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #D44275

Tints of Cranberry #D44275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 53.67%
G = 16.71%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D44275 (or 0xD44275) is known color: Cranberry. HEX triplet: D4, 42 and 75. RGB value is (212,66,117). Sum of RGB (Red+Green+Blue) = 212+66+117=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D44275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44275 is #2BBD8A. Grayscale: #737373. Windows color (decimal): -2866571 or 7684820. OLE color: 7684820.

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

Color convert

RGB 212 66 117 -
CMYK 0 0.69 0.45 0.17
HSL 339.04º 0.63% 0.55% -
HSV(B) 339.04º 0.69% 0.83% -
XYZ 32.31 19.18 18.83 -
YUV 115.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 212 66 117 0 0.69 0.45 0.17 339.04 0.63 0.55
Hex D4 42 75 0 45 2D 11 153 3F 37
Octal 324 102 165 0 105 55 21 523 77 67
Binary 11010100 1000010 1110101 0 1000101 101101 10001 101010011 111111 110111

Color Harmonies of #D44275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44275

Black with #D44275

Text Example


Text Example

White with #D44275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44275; }

 p { color: rgb(212,66,117); }

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

background-color css

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

 a { background-color: rgb(212,66,117); }

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

border-color css

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

 span { border-color: rgb(212,66,117); }

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