Html Css Color HEX #DA4680 Cranberry

📋 copy color: '#DA4680'

red 218 ◦ green 70 ◦ blue 128

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

Shades of Cranberry #DA4680

Tints of Cranberry #DA4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

 BLUE value IS 128 (50.39% from 255) = 30.77%

R = 52.4%
G = 16.83%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA4680 (or 0xDA4680) is known color: Cranberry. HEX triplet: DA, 46 and 80. RGB value is (218,70,128). Sum of RGB (Red+Green+Blue) = 218+70+128=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4680 is #25B97F. Grayscale: #787878. Windows color (decimal): -2472320 or 8406746. OLE color: 8406746.

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

Color convert

RGB 218 70 128 -
CMYK 0 0.68 0.41 0.15
HSL 336.49º 0.67% 0.56% -
HSV(B) 336.49º 0.68% 0.85% -
XYZ 35 20.84 22.6 -
YUV 120.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 218 70 128 0 0.68 0.41 0.15 336.49 0.67 0.56
Hex DA 46 80 0 44 29 F 150 43 38
Octal 332 106 200 0 104 51 17 520 103 70
Binary 11011010 1000110 10000000 0 1000100 101001 1111 101010000 1000011 111000

Color Harmonies of #DA4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4680

Black with #DA4680

Text Example


Text Example

White with #DA4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4680; }

 p { color: rgb(218,70,128); }

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

background-color css

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

 a { background-color: rgb(218,70,128); }

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

border-color css

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

 span { border-color: rgb(218,70,128); }

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