Html Css Color HEX #DB7F8F Carissma

📋 copy color: '#DB7F8F'

red 219 ◦ green 127 ◦ blue 143

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

Shades of Carissma #DB7F8F

Tints of Carissma #DB7F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 25.97%

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 44.79%
G = 25.97%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB7F8F (or 0xDB7F8F) is known color: Carissma. HEX triplet: DB, 7F and 8F. RGB value is (219,127,143). Sum of RGB (Red+Green+Blue) = 219+127+143=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F8F is #248070. Grayscale: #9C9C9C. Windows color (decimal): -2392177 or 9404379. OLE color: 9404379.

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

Color convert

RGB 219 127 143 -
CMYK 0 0.42 0.35 0.14
HSL 349.57º 0.56% 0.68% -
HSV(B) 349.57º 0.42% 0.86% -
XYZ 41.76 32.22 30.01 -
YUV 156.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 219 127 143 0 0.42 0.35 0.14 349.57 0.56 0.68
Hex DB 7F 8F 0 2A 23 E 15E 38 44
Octal 333 177 217 0 52 43 16 536 70 104
Binary 11011011 1111111 10001111 0 101010 100011 1110 101011110 111000 1000100

Color Harmonies of #DB7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F8F

Black with #DB7F8F

Text Example


Text Example

White with #DB7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F8F; }

 p { color: rgb(219,127,143); }

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

background-color css

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

 a { background-color: rgb(219,127,143); }

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

border-color css

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

 span { border-color: rgb(219,127,143); }

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