Html Css Color HEX #D44274 Cranberry

📋 copy color: '#D44274'

red 212 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #D44274

Tints of Cranberry #D44274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 53.81%
G = 16.75%
B = 29.44%

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

#D44274 (or 0xD44274) is known color: Cranberry. HEX triplet: D4, 42 and 74. RGB value is (212,66,116). Sum of RGB (Red+Green+Blue) = 212+66+116=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D44274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44274 is #2BBD8B. Grayscale: #737373. Windows color (decimal): -2866572 or 7619284. OLE color: 7619284.

HSL color Cylindrical-coordinate representation of color #D44274: hue angle of 339.45º 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 #D44274 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 66 116 -
CMYK 0 0.69 0.45 0.17
HSL 339.45º 0.63% 0.55% -
HSV(B) 339.45º 0.69% 0.83% -
XYZ 32.25 19.15 18.52 -
YUV 115.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 212 66 116 0 0.69 0.45 0.17 339.45 0.63 0.55
Hex D4 42 74 0 45 2D 11 153 3F 37
Octal 324 102 164 0 105 55 21 523 77 67
Binary 11010100 1000010 1110100 0 1000101 101101 10001 101010011 111111 110111

Color Harmonies of #D44274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44274

Black with #D44274

Text Example


Text Example

White with #D44274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44274; }

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

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

background-color css

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

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

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

border-color css

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

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

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