Html Css Color HEX #DB8592 Carissma

📋 copy color: '#DB8592'

red 219 ◦ green 133 ◦ blue 146

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

Shades of Carissma #DB8592

Tints of Carissma #DB8592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 43.98%
G = 26.71%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB8592 (or 0xDB8592) is known color: Carissma. HEX triplet: DB, 85 and 92. RGB value is (219,133,146). Sum of RGB (Red+Green+Blue) = 219+133+146=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8592 is #247A6D. Grayscale: #A0A0A0. Windows color (decimal): -2390638 or 9602523. OLE color: 9602523.

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

Color convert

RGB 219 133 146 -
CMYK 0 0.39 0.33 0.14
HSL 350.93º 0.54% 0.69% -
HSV(B) 350.93º 0.39% 0.86% -
XYZ 42.79 33.91 31.48 -
YUV 160.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 219 133 146 0 0.39 0.33 0.14 350.93 0.54 0.69
Hex DB 85 92 0 27 21 E 15F 36 45
Octal 333 205 222 0 47 41 16 537 66 105
Binary 11011011 10000101 10010010 0 100111 100001 1110 101011111 110110 1000101

Color Harmonies of #DB8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8592

Black with #DB8592

Text Example


Text Example

White with #DB8592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8592; }

 p { color: rgb(219,133,146); }

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

background-color css

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

 a { background-color: rgb(219,133,146); }

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

border-color css

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

 span { border-color: rgb(219,133,146); }

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