Html Css Color HEX #DB7C92 Carissma

📋 copy color: '#DB7C92'

red 219 ◦ green 124 ◦ blue 146

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

Shades of Carissma #DB7C92

Tints of Carissma #DB7C92

RGB

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

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

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

R = 44.79%
G = 25.36%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7C92 (or 0xDB7C92) is known color: Carissma. HEX triplet: DB, 7C and 92. RGB value is (219,124,146). Sum of RGB (Red+Green+Blue) = 219+124+146=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C92 is #24836D. Grayscale: #9A9A9A. Windows color (decimal): -2392942 or 9600219. OLE color: 9600219.

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

Color convert

RGB 219 124 146 -
CMYK 0 0.43 0.33 0.14
HSL 346.11º 0.57% 0.67% -
HSV(B) 346.11º 0.43% 0.86% -
XYZ 41.61 31.55 31.09 -
YUV 154.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 219 124 146 0 0.43 0.33 0.14 346.11 0.57 0.67
Hex DB 7C 92 0 2B 21 E 15A 39 43
Octal 333 174 222 0 53 41 16 532 71 103
Binary 11011011 1111100 10010010 0 101011 100001 1110 101011010 111001 1000011

Color Harmonies of #DB7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C92

Black with #DB7C92

Text Example


Text Example

White with #DB7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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