Html Css Color HEX #DA446F Cranberry

📋 copy color: '#DA446F'

red 218 ◦ green 68 ◦ blue 111

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

Shades of Cranberry #DA446F

Tints of Cranberry #DA446F

RGB

 RED value IS 218 (85.55% from 255) = 54.91%

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

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

R = 54.91%
G = 17.13%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA446F (or 0xDA446F) is known color: Cranberry. HEX triplet: DA, 44 and 6F. RGB value is (218,68,111). Sum of RGB (Red+Green+Blue) = 218+68+111=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA446F is #25BB90. Grayscale: #757575. Windows color (decimal): -2472849 or 7292122. OLE color: 7292122.

HSL color Cylindrical-coordinate representation of color #DA446F: hue angle of 342.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA446F is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 111 -
CMYK 0 0.69 0.49 0.15
HSL 342.8º 0.67% 0.56% -
HSV(B) 342.8º 0.69% 0.85% -
XYZ 33.85 20.19 17.15 -
YUV 117.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 218 68 111 0 0.69 0.49 0.15 342.8 0.67 0.56
Hex DA 44 6F 0 45 31 F 157 43 38
Octal 332 104 157 0 105 61 17 527 103 70
Binary 11011010 1000100 1101111 0 1000101 110001 1111 101010111 1000011 111000

Color Harmonies of #DA446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA446F

Black with #DA446F

Text Example


Text Example

White with #DA446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA446F; }

 p { color: rgb(218,68,111); }

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

background-color css

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

 a { background-color: rgb(218,68,111); }

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

border-color css

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

 span { border-color: rgb(218,68,111); }

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