Html Css Color HEX #DB4885 Cranberry

📋 copy color: '#DB4885'

red 219 ◦ green 72 ◦ blue 133

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

Shades of Cranberry #DB4885

Tints of Cranberry #DB4885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 51.65%
G = 16.98%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB4885 (or 0xDB4885) is known color: Cranberry. HEX triplet: DB, 48 and 85. RGB value is (219,72,133). Sum of RGB (Red+Green+Blue) = 219+72+133=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4885 is #24B77A. Grayscale: #7A7A7A. Windows color (decimal): -2406267 or 8734939. OLE color: 8734939.

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

Color convert

RGB 219 72 133 -
CMYK 0 0.67 0.39 0.14
HSL 335.1º 0.67% 0.57% -
HSV(B) 335.1º 0.67% 0.86% -
XYZ 35.76 21.39 24.43 -
YUV 122.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 219 72 133 0 0.67 0.39 0.14 335.1 0.67 0.57
Hex DB 48 85 0 43 27 E 14F 43 39
Octal 333 110 205 0 103 47 16 517 103 71
Binary 11011011 1001000 10000101 0 1000011 100111 1110 101001111 1000011 111001

Color Harmonies of #DB4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4885

Black with #DB4885

Text Example


Text Example

White with #DB4885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4885; }

 p { color: rgb(219,72,133); }

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

background-color css

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

 a { background-color: rgb(219,72,133); }

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

border-color css

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

 span { border-color: rgb(219,72,133); }

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