Html Css Color HEX #DA4683 Cranberry

📋 copy color: '#DA4683'

red 218 ◦ green 70 ◦ blue 131

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

Shades of Cranberry #DA4683

Tints of Cranberry #DA4683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 52.03%
G = 16.71%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA4683 (or 0xDA4683) is known color: Cranberry. HEX triplet: DA, 46 and 83. RGB value is (218,70,131). Sum of RGB (Red+Green+Blue) = 218+70+131=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4683 is #25B97C. Grayscale: #797979. Windows color (decimal): -2472317 or 8603354. OLE color: 8603354.

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

Color convert

RGB 218 70 131 -
CMYK 0 0.68 0.40 0.15
HSL 335.27º 0.67% 0.56% -
HSV(B) 335.27º 0.68% 0.85% -
XYZ 35.2 20.92 23.66 -
YUV 121.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 218 70 131 0 0.68 0.40 0.15 335.27 0.67 0.56
Hex DA 46 83 0 44 28 F 14F 43 38
Octal 332 106 203 0 104 50 17 517 103 70
Binary 11011010 1000110 10000011 0 1000100 101000 1111 101001111 1000011 111000

Color Harmonies of #DA4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4683

Black with #DA4683

Text Example


Text Example

White with #DA4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4683; }

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

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

background-color css

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

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

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

border-color css

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

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

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