Html Css Color HEX #DB7C95 Carissma

📋 copy color: '#DB7C95'

red 219 ◦ green 124 ◦ blue 149

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

Shades of Carissma #DB7C95

Tints of Carissma #DB7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 44.51%
G = 25.2%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7C95 (or 0xDB7C95) is known color: Carissma. HEX triplet: DB, 7C and 95. RGB value is (219,124,149). Sum of RGB (Red+Green+Blue) = 219+124+149=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C95 is #24836A. Grayscale: #9B9B9B. Windows color (decimal): -2392939 or 9796827. OLE color: 9796827.

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

Color convert

RGB 219 124 149 -
CMYK 0 0.43 0.32 0.14
HSL 344.21º 0.57% 0.67% -
HSV(B) 344.21º 0.43% 0.86% -
XYZ 41.85 31.65 32.34 -
YUV 155.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 219 124 149 0 0.43 0.32 0.14 344.21 0.57 0.67
Hex DB 7C 95 0 2B 20 E 158 39 43
Octal 333 174 225 0 53 40 16 530 71 103
Binary 11011011 1111100 10010101 0 101011 100000 1110 101011000 111001 1000011

Color Harmonies of #DB7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C95

Black with #DB7C95

Text Example


Text Example

White with #DB7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C95; }

 p { color: rgb(219,124,149); }

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

background-color css

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

 a { background-color: rgb(219,124,149); }

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

border-color css

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

 span { border-color: rgb(219,124,149); }

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