Html Css Color HEX #DB5F7E Cranberry

📋 copy color: '#DB5F7E'

red 219 ◦ green 95 ◦ blue 126

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

Shades of Cranberry #DB5F7E

Tints of Cranberry #DB5F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 49.77%
G = 21.59%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB5F7E (or 0xDB5F7E) is known color: Cranberry. HEX triplet: DB, 5F and 7E. RGB value is (219,95,126). Sum of RGB (Red+Green+Blue) = 219+95+126=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F7E is #24A081. Grayscale: #878787. Windows color (decimal): -2400386 or 8282075. OLE color: 8282075.

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

Color convert

RGB 219 95 126 -
CMYK 0 0.57 0.42 0.14
HSL 345º 0.63% 0.62% -
HSV(B) 345º 0.57% 0.86% -
XYZ 37.07 24.75 22.56 -
YUV 135.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 219 95 126 0 0.57 0.42 0.14 345 0.63 0.62
Hex DB 5F 7E 0 39 2A E 159 3F 3E
Octal 333 137 176 0 71 52 16 531 77 76
Binary 11011011 1011111 1111110 0 111001 101010 1110 101011001 111111 111110

Color Harmonies of #DB5F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F7E

Black with #DB5F7E

Text Example


Text Example

White with #DB5F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F7E; }

 p { color: rgb(219,95,126); }

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

background-color css

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

 a { background-color: rgb(219,95,126); }

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

border-color css

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

 span { border-color: rgb(219,95,126); }

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