Html Css Color HEX #D44975 Cranberry

📋 copy color: '#D44975'

red 212 ◦ green 73 ◦ blue 117

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

Shades of Cranberry #D44975

Tints of Cranberry #D44975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

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

R = 52.74%
G = 18.16%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D44975 (or 0xD44975) is known color: Cranberry. HEX triplet: D4, 49 and 75. RGB value is (212,73,117). Sum of RGB (Red+Green+Blue) = 212+73+117=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D44975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44975 is #2BB68A. Grayscale: #777777. Windows color (decimal): -2864779 or 7686612. OLE color: 7686612.

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

Color convert

RGB 212 73 117 -
CMYK 0 0.66 0.45 0.17
HSL 341.01º 0.62% 0.56% -
HSV(B) 341.01º 0.66% 0.83% -
XYZ 32.74 20.05 18.97 -
YUV 119.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 212 73 117 0 0.66 0.45 0.17 341.01 0.62 0.56
Hex D4 49 75 0 42 2D 11 155 3E 38
Octal 324 111 165 0 102 55 21 525 76 70
Binary 11010100 1001001 1110101 0 1000010 101101 10001 101010101 111110 111000

Color Harmonies of #D44975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44975

Black with #D44975

Text Example


Text Example

White with #D44975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44975; }

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

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

background-color css

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

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

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

border-color css

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

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

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