Html Css Color HEX #DA4B80 Cranberry

📋 copy color: '#DA4B80'

red 218 ◦ green 75 ◦ blue 128

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

Shades of Cranberry #DA4B80

Tints of Cranberry #DA4B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

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

R = 51.78%
G = 17.81%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA4B80 (or 0xDA4B80) is known color: Cranberry. HEX triplet: DA, 4B and 80. RGB value is (218,75,128). Sum of RGB (Red+Green+Blue) = 218+75+128=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B80 is #25B47F. Grayscale: #7B7B7B. Windows color (decimal): -2471040 or 8408026. OLE color: 8408026.

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

Color convert

RGB 218 75 128 -
CMYK 0 0.66 0.41 0.15
HSL 337.76º 0.66% 0.57% -
HSV(B) 337.76º 0.66% 0.85% -
XYZ 35.33 21.5 22.71 -
YUV 123.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 218 75 128 0 0.66 0.41 0.15 337.76 0.66 0.57
Hex DA 4B 80 0 42 29 F 152 42 39
Octal 332 113 200 0 102 51 17 522 102 71
Binary 11011010 1001011 10000000 0 1000010 101001 1111 101010010 1000010 111001

Color Harmonies of #DA4B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B80

Black with #DA4B80

Text Example


Text Example

White with #DA4B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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