Html Css Color HEX #DB7B8E Carissma

📋 copy color: '#DB7B8E'

red 219 ◦ green 123 ◦ blue 142

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

Shades of Carissma #DB7B8E

Tints of Carissma #DB7B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 142 (55.86% from 255) = 29.34%

R = 45.25%
G = 25.41%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB7B8E (or 0xDB7B8E) is known color: Carissma. HEX triplet: DB, 7B and 8E. RGB value is (219,123,142). Sum of RGB (Red+Green+Blue) = 219+123+142=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B8E is #248471. Grayscale: #999999. Windows color (decimal): -2393202 or 9337819. OLE color: 9337819.

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

Color convert

RGB 219 123 142 -
CMYK 0 0.44 0.35 0.14
HSL 348.13º 0.57% 0.67% -
HSV(B) 348.13º 0.44% 0.86% -
XYZ 41.18 31.18 29.44 -
YUV 153.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 219 123 142 0 0.44 0.35 0.14 348.13 0.57 0.67
Hex DB 7B 8E 0 2C 23 E 15C 39 43
Octal 333 173 216 0 54 43 16 534 71 103
Binary 11011011 1111011 10001110 0 101100 100011 1110 101011100 111001 1000011

Color Harmonies of #DB7B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B8E

Black with #DB7B8E

Text Example


Text Example

White with #DB7B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B8E; }

 p { color: rgb(219,123,142); }

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

background-color css

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

 a { background-color: rgb(219,123,142); }

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

border-color css

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

 span { border-color: rgb(219,123,142); }

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