Html Css Color HEX #DB436C Cranberry

📋 copy color: '#DB436C'

red 219 ◦ green 67 ◦ blue 108

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

Shades of Cranberry #DB436C

Tints of Cranberry #DB436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 55.58%
G = 17.01%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB436C (or 0xDB436C) is known color: Cranberry. HEX triplet: DB, 43 and 6C. RGB value is (219,67,108). Sum of RGB (Red+Green+Blue) = 219+67+108=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB436C is #24BC93. Grayscale: #757575. Windows color (decimal): -2407572 or 7095259. OLE color: 7095259.

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

Color convert

RGB 219 67 108 -
CMYK 0 0.69 0.51 0.14
HSL 343.82º 0.68% 0.56% -
HSV(B) 343.82º 0.69% 0.86% -
XYZ 33.93 20.16 16.29 -
YUV 117.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 219 67 108 0 0.69 0.51 0.14 343.82 0.68 0.56
Hex DB 43 6C 0 45 33 E 158 44 38
Octal 333 103 154 0 105 63 16 530 104 70
Binary 11011011 1000011 1101100 0 1000101 110011 1110 101011000 1000100 111000

Color Harmonies of #DB436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB436C

Black with #DB436C

Text Example


Text Example

White with #DB436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB436C; }

 p { color: rgb(219,67,108); }

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

background-color css

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

 a { background-color: rgb(219,67,108); }

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

border-color css

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

 span { border-color: rgb(219,67,108); }

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