Html Css Color HEX #DB4681 Cranberry

📋 copy color: '#DB4681'

red 219 ◦ green 70 ◦ blue 129

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

Shades of Cranberry #DB4681

Tints of Cranberry #DB4681

RGB

 RED value IS 219 (85.94% from 255) = 52.39%

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

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

R = 52.39%
G = 16.75%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB4681 (or 0xDB4681) is known color: Cranberry. HEX triplet: DB, 46 and 81. RGB value is (219,70,129). Sum of RGB (Red+Green+Blue) = 219+70+129=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4681 is #24B97E. Grayscale: #797979. Windows color (decimal): -2406783 or 8472283. OLE color: 8472283.

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

Color convert

RGB 219 70 129 -
CMYK 0 0.68 0.41 0.14
HSL 336.24º 0.67% 0.57% -
HSV(B) 336.24º 0.68% 0.86% -
XYZ 35.37 21.03 22.96 -
YUV 121.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 219 70 129 0 0.68 0.41 0.14 336.24 0.67 0.57
Hex DB 46 81 0 44 29 E 150 43 39
Octal 333 106 201 0 104 51 16 520 103 71
Binary 11011011 1000110 10000001 0 1000100 101001 1110 101010000 1000011 111001

Color Harmonies of #DB4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4681

Black with #DB4681

Text Example


Text Example

White with #DB4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4681; }

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

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

background-color css

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

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

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

border-color css

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

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

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