Html Css Color HEX #DA4378 Cranberry

📋 copy color: '#DA4378'

red 218 ◦ green 67 ◦ blue 120

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

Shades of Cranberry #DA4378

Tints of Cranberry #DA4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 53.83%
G = 16.54%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA4378 (or 0xDA4378) is known color: Cranberry. HEX triplet: DA, 43 and 78. RGB value is (218,67,120). Sum of RGB (Red+Green+Blue) = 218+67+120=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4378 is #25BC87. Grayscale: #767676. Windows color (decimal): -2473096 or 7881690. OLE color: 7881690.

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

Color convert

RGB 218 67 120 -
CMYK 0 0.69 0.45 0.15
HSL 338.94º 0.67% 0.56% -
HSV(B) 338.94º 0.69% 0.85% -
XYZ 34.31 20.28 19.87 -
YUV 118.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 218 67 120 0 0.69 0.45 0.15 338.94 0.67 0.56
Hex DA 43 78 0 45 2D F 153 43 38
Octal 332 103 170 0 105 55 17 523 103 70
Binary 11011010 1000011 1111000 0 1000101 101101 1111 101010011 1000011 111000

Color Harmonies of #DA4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4378

Black with #DA4378

Text Example


Text Example

White with #DA4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4378; }

 p { color: rgb(218,67,120); }

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

background-color css

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

 a { background-color: rgb(218,67,120); }

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

border-color css

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

 span { border-color: rgb(218,67,120); }

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