Html Css Color HEX #DA4E7C Cranberry

📋 copy color: '#DA4E7C'

red 218 ◦ green 78 ◦ blue 124

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

Shades of Cranberry #DA4E7C

Tints of Cranberry #DA4E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.57%

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

R = 51.9%
G = 18.57%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA4E7C (or 0xDA4E7C) is known color: Cranberry. HEX triplet: DA, 4E and 7C. RGB value is (218,78,124). Sum of RGB (Red+Green+Blue) = 218+78+124=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E7C is #25B183. Grayscale: #7D7D7D. Windows color (decimal): -2470276 or 8146650. OLE color: 8146650.

HSL color Cylindrical-coordinate representation of color #DA4E7C: hue angle of 340.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E7C is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 78 124 -
CMYK 0 0.64 0.43 0.15
HSL 340.29º 0.65% 0.58% -
HSV(B) 340.29º 0.64% 0.85% -
XYZ 35.28 21.81 21.42 -
YUV 125.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 218 78 124 0 0.64 0.43 0.15 340.29 0.65 0.58
Hex DA 4E 7C 0 40 2B F 154 41 3A
Octal 332 116 174 0 100 53 17 524 101 72
Binary 11011010 1001110 1111100 0 1000000 101011 1111 101010100 1000001 111010

Color Harmonies of #DA4E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E7C

Black with #DA4E7C

Text Example


Text Example

White with #DA4E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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