Html Css Color HEX #DB7B90 Carissma

📋 copy color: '#DB7B90'

red 219 ◦ green 123 ◦ blue 144

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

Shades of Carissma #DB7B90

Tints of Carissma #DB7B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 45.06%
G = 25.31%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB7B90 (or 0xDB7B90) is known color: Carissma. HEX triplet: DB, 7B and 90. RGB value is (219,123,144). Sum of RGB (Red+Green+Blue) = 219+123+144=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B90 is #24846F. Grayscale: #9A9A9A. Windows color (decimal): -2393200 or 9468891. OLE color: 9468891.

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

Color convert

RGB 219 123 144 -
CMYK 0 0.44 0.34 0.14
HSL 346.88º 0.57% 0.67% -
HSV(B) 346.88º 0.44% 0.86% -
XYZ 41.33 31.24 30.24 -
YUV 154.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 219 123 144 0 0.44 0.34 0.14 346.88 0.57 0.67
Hex DB 7B 90 0 2C 22 E 15B 39 43
Octal 333 173 220 0 54 42 16 533 71 103
Binary 11011011 1111011 10010000 0 101100 100010 1110 101011011 111001 1000011

Color Harmonies of #DB7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B90

Black with #DB7B90

Text Example


Text Example

White with #DB7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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