Html Css Color HEX #DA4581 Cranberry

📋 copy color: '#DA4581'

red 218 ◦ green 69 ◦ blue 129

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

Shades of Cranberry #DA4581

Tints of Cranberry #DA4581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 52.4%
G = 16.59%
B = 31.01%

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

#DA4581 (or 0xDA4581) is known color: Cranberry. HEX triplet: DA, 45 and 81. RGB value is (218,69,129). Sum of RGB (Red+Green+Blue) = 218+69+129=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4581 is #25BA7E. Grayscale: #787878. Windows color (decimal): -2472575 or 8472026. OLE color: 8472026.

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

Color convert

RGB 218 69 129 -
CMYK 0 0.68 0.41 0.15
HSL 335.84º 0.67% 0.56% -
HSV(B) 335.84º 0.68% 0.85% -
XYZ 35 20.75 22.93 -
YUV 120.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 218 69 129 0 0.68 0.41 0.15 335.84 0.67 0.56
Hex DA 45 81 0 44 29 F 150 43 38
Octal 332 105 201 0 104 51 17 520 103 70
Binary 11011010 1000101 10000001 0 1000100 101001 1111 101010000 1000011 111000

Color Harmonies of #DA4581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4581

Black with #DA4581

Text Example


Text Example

White with #DA4581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4581; }

 p { color: rgb(218,69,129); }

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

background-color css

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

 a { background-color: rgb(218,69,129); }

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

border-color css

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

 span { border-color: rgb(218,69,129); }

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