Html Css Color HEX #D44480 Cranberry

📋 copy color: '#D44480'

red 212 ◦ green 68 ◦ blue 128

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

Shades of Cranberry #D44480

Tints of Cranberry #D44480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 51.96%
G = 16.67%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D44480 (or 0xD44480) is known color: Cranberry. HEX triplet: D4, 44 and 80. RGB value is (212,68,128). Sum of RGB (Red+Green+Blue) = 212+68+128=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D44480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44480 is #2BBB7F. Grayscale: #757575. Windows color (decimal): -2866048 or 8406228. OLE color: 8406228.

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

Color convert

RGB 212 68 128 -
CMYK 0 0.68 0.40 0.17
HSL 335º 0.63% 0.55% -
HSV(B) 335º 0.68% 0.83% -
XYZ 33.11 19.69 22.48 -
YUV 117.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 212 68 128 0 0.68 0.40 0.17 335 0.63 0.55
Hex D4 44 80 0 44 28 11 14F 3F 37
Octal 324 104 200 0 104 50 21 517 77 67
Binary 11010100 1000100 10000000 0 1000100 101000 10001 101001111 111111 110111

Color Harmonies of #D44480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44480

Black with #D44480

Text Example


Text Example

White with #D44480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44480; }

 p { color: rgb(212,68,128); }

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

background-color css

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

 a { background-color: rgb(212,68,128); }

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

border-color css

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

 span { border-color: rgb(212,68,128); }

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