Html Css Color HEX #DB436B Cranberry

📋 copy color: '#DB436B'

red 219 ◦ green 67 ◦ blue 107

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

Shades of Cranberry #DB436B

Tints of Cranberry #DB436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 55.73%
G = 17.05%
B = 27.23%

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

#DB436B (or 0xDB436B) is known color: Cranberry. HEX triplet: DB, 43 and 6B. RGB value is (219,67,107). Sum of RGB (Red+Green+Blue) = 219+67+107=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB436B is #24BC94. Grayscale: #757575. Windows color (decimal): -2407573 or 7029723. OLE color: 7029723.

HSL color Cylindrical-coordinate representation of color #DB436B: hue angle of 344.21º 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 #DB436B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 107 -
CMYK 0 0.69 0.51 0.14
HSL 344.21º 0.68% 0.56% -
HSV(B) 344.21º 0.69% 0.86% -
XYZ 33.87 20.14 16.01 -
YUV 117.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 219 67 107 0 0.69 0.51 0.14 344.21 0.68 0.56
Hex DB 43 6B 0 45 33 E 158 44 38
Octal 333 103 153 0 105 63 16 530 104 70
Binary 11011011 1000011 1101011 0 1000101 110011 1110 101011000 1000100 111000

Color Harmonies of #DB436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB436B

Black with #DB436B

Text Example


Text Example

White with #DB436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB436B; }

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

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

background-color css

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

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

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

border-color css

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

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

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