Html Css Color HEX #DA4681 Cranberry

📋 copy color: '#DA4681'

red 218 ◦ green 70 ◦ blue 129

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

Shades of Cranberry #DA4681

Tints of Cranberry #DA4681

RGB

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

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

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

R = 52.28%
G = 16.79%
B = 30.94%

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

#DA4681 (or 0xDA4681) is known color: Cranberry. HEX triplet: DA, 46 and 81. RGB value is (218,70,129). Sum of RGB (Red+Green+Blue) = 218+70+129=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4681 is #25B97E. Grayscale: #787878. Windows color (decimal): -2472319 or 8472282. OLE color: 8472282.

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

Color convert

RGB 218 70 129 -
CMYK 0 0.68 0.41 0.15
HSL 336.08º 0.67% 0.56% -
HSV(B) 336.08º 0.68% 0.85% -
XYZ 35.07 20.87 22.95 -
YUV 120.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 218 70 129 0 0.68 0.41 0.15 336.08 0.67 0.56
Hex DA 46 81 0 44 29 F 150 43 38
Octal 332 106 201 0 104 51 17 520 103 70
Binary 11011010 1000110 10000001 0 1000100 101001 1111 101010000 1000011 111000

Color Harmonies of #DA4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4681

Black with #DA4681

Text Example


Text Example

White with #DA4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4681; }

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

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

background-color css

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

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

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

border-color css

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

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

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