Html Css Color HEX #DA4278 Cranberry

📋 copy color: '#DA4278'

red 218 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #DA4278

Tints of Cranberry #DA4278

RGB

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

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

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

R = 53.96%
G = 16.34%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA4278 (or 0xDA4278) is known color: Cranberry. HEX triplet: DA, 42 and 78. RGB value is (218,66,120). Sum of RGB (Red+Green+Blue) = 218+66+120=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4278 is #25BD87. Grayscale: #757575. Windows color (decimal): -2473352 or 7881434. OLE color: 7881434.

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

Color convert

RGB 218 66 120 -
CMYK 0 0.70 0.45 0.15
HSL 338.68º 0.67% 0.56% -
HSV(B) 338.68º 0.7% 0.85% -
XYZ 34.25 20.16 19.85 -
YUV 117.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 218 66 120 0 0.70 0.45 0.15 338.68 0.67 0.56
Hex DA 42 78 0 46 2D F 153 43 38
Octal 332 102 170 0 106 55 17 523 103 70
Binary 11011010 1000010 1111000 0 1000110 101101 1111 101010011 1000011 111000

Color Harmonies of #DA4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4278

Black with #DA4278

Text Example


Text Example

White with #DA4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4278; }

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

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

background-color css

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

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

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

border-color css

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

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

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