Html Css Color HEX #DB607A Cranberry

📋 copy color: '#DB607A'

red 219 ◦ green 96 ◦ blue 122

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

Shades of Cranberry #DB607A

Tints of Cranberry #DB607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 50.11%
G = 21.97%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB607A (or 0xDB607A) is known color: Cranberry. HEX triplet: DB, 60 and 7A. RGB value is (219,96,122). Sum of RGB (Red+Green+Blue) = 219+96+122=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB607A is #249F85. Grayscale: #878787. Windows color (decimal): -2400134 or 8020187. OLE color: 8020187.

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

Color convert

RGB 219 96 122 -
CMYK 0 0.56 0.44 0.14
HSL 347.32º 0.63% 0.62% -
HSV(B) 347.32º 0.56% 0.86% -
XYZ 36.91 24.83 21.26 -
YUV 135.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 219 96 122 0 0.56 0.44 0.14 347.32 0.63 0.62
Hex DB 60 7A 0 38 2C E 15B 3F 3E
Octal 333 140 172 0 70 54 16 533 77 76
Binary 11011011 1100000 1111010 0 111000 101100 1110 101011011 111111 111110

Color Harmonies of #DB607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB607A

Black with #DB607A

Text Example


Text Example

White with #DB607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB607A; }

 p { color: rgb(219,96,122); }

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

background-color css

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

 a { background-color: rgb(219,96,122); }

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

border-color css

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

 span { border-color: rgb(219,96,122); }

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