Html Css Color HEX #DB434B Mandy

📋 copy color: '#DB434B'

red 219 ◦ green 67 ◦ blue 75

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

Shades of Mandy #DB434B

Tints of Mandy #DB434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 60.66%
G = 18.56%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB434B (or 0xDB434B) is known color: Mandy. HEX triplet: DB, 43 and 4B. RGB value is (219,67,75). Sum of RGB (Red+Green+Blue) = 219+67+75=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB434B is #24BCB4. Grayscale: #717171. Windows color (decimal): -2407605 or 4932571. OLE color: 4932571.

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

Color convert

RGB 219 67 75 -
CMYK 0 0.69 0.66 0.14
HSL 356.84º 0.68% 0.56% -
HSV(B) 356.84º 0.69% 0.86% -
XYZ 32.49 19.58 8.72 -
YUV 113.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 219 67 75 0 0.69 0.66 0.14 356.84 0.68 0.56
Hex DB 43 4B 0 45 42 E 165 44 38
Octal 333 103 113 0 105 102 16 545 104 70
Binary 11011011 1000011 1001011 0 1000101 1000010 1110 101100101 1000100 111000

Color Harmonies of #DB434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB434B

Black with #DB434B

Text Example


Text Example

White with #DB434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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