Html Css Color HEX #DB818A Carissma

📋 copy color: '#DB818A'

red 219 ◦ green 129 ◦ blue 138

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

Shades of Carissma #DB818A

Tints of Carissma #DB818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 45.06%
G = 26.54%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB818A (or 0xDB818A) is known color: Carissma. HEX triplet: DB, 81 and 8A. RGB value is (219,129,138). Sum of RGB (Red+Green+Blue) = 219+129+138=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB818A is #247E75. Grayscale: #9C9C9C. Windows color (decimal): -2391670 or 9077211. OLE color: 9077211.

HSL color Cylindrical-coordinate representation of color #DB818A: hue angle of 354º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB818A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 138 -
CMYK 0 0.41 0.37 0.14
HSL 354º 0.56% 0.68% -
HSV(B) 354º 0.41% 0.86% -
XYZ 41.65 32.6 28.14 -
YUV 156.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 219 129 138 0 0.41 0.37 0.14 354 0.56 0.68
Hex DB 81 8A 0 29 25 E 162 38 44
Octal 333 201 212 0 51 45 16 542 70 104
Binary 11011011 10000001 10001010 0 101001 100101 1110 101100010 111000 1000100

Color Harmonies of #DB818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB818A

Black with #DB818A

Text Example


Text Example

White with #DB818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB818A; }

 p { color: rgb(219,129,138); }

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

background-color css

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

 a { background-color: rgb(219,129,138); }

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

border-color css

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

 span { border-color: rgb(219,129,138); }

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