Html Css Color HEX #DA446E Cranberry

📋 copy color: '#DA446E'

red 218 ◦ green 68 ◦ blue 110

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

Shades of Cranberry #DA446E

Tints of Cranberry #DA446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 55.05%
G = 17.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA446E (or 0xDA446E) is known color: Cranberry. HEX triplet: DA, 44 and 6E. RGB value is (218,68,110). Sum of RGB (Red+Green+Blue) = 218+68+110=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA446E is #25BB91. Grayscale: #757575. Windows color (decimal): -2472850 or 7226586. OLE color: 7226586.

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

Color convert

RGB 218 68 110 -
CMYK 0 0.69 0.50 0.15
HSL 343.2º 0.67% 0.56% -
HSV(B) 343.2º 0.69% 0.85% -
XYZ 33.8 20.17 16.86 -
YUV 117.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 218 68 110 0 0.69 0.50 0.15 343.2 0.67 0.56
Hex DA 44 6E 0 45 32 F 157 43 38
Octal 332 104 156 0 105 62 17 527 103 70
Binary 11011010 1000100 1101110 0 1000101 110010 1111 101010111 1000011 111000

Color Harmonies of #DA446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA446E

Black with #DA446E

Text Example


Text Example

White with #DA446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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