Html Css Color HEX #DA447C Cranberry

📋 copy color: '#DA447C'

red 218 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #DA447C

Tints of Cranberry #DA447C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 53.17%
G = 16.59%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA447C (or 0xDA447C) is known color: Cranberry. HEX triplet: DA, 44 and 7C. RGB value is (218,68,124). Sum of RGB (Red+Green+Blue) = 218+68+124=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA447C is #25BB83. Grayscale: #777777. Windows color (decimal): -2472836 or 8144090. OLE color: 8144090.

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

Color convert

RGB 218 68 124 -
CMYK 0 0.69 0.43 0.15
HSL 337.6º 0.67% 0.56% -
HSV(B) 337.6º 0.69% 0.85% -
XYZ 34.62 20.49 21.2 -
YUV 119.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 218 68 124 0 0.69 0.43 0.15 337.6 0.67 0.56
Hex DA 44 7C 0 45 2B F 152 43 38
Octal 332 104 174 0 105 53 17 522 103 70
Binary 11011010 1000100 1111100 0 1000101 101011 1111 101010010 1000011 111000

Color Harmonies of #DA447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA447C

Black with #DA447C

Text Example


Text Example

White with #DA447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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