Html Css Color HEX #DB7F9B Carissma

📋 copy color: '#DB7F9B'

red 219 ◦ green 127 ◦ blue 155

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

Shades of Carissma #DB7F9B

Tints of Carissma #DB7F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 43.71%
G = 25.35%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB7F9B (or 0xDB7F9B) is known color: Carissma. HEX triplet: DB, 7F and 9B. RGB value is (219,127,155). Sum of RGB (Red+Green+Blue) = 219+127+155=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F9B is #248064. Grayscale: #9D9D9D. Windows color (decimal): -2392165 or 10190811. OLE color: 10190811.

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

Color convert

RGB 219 127 155 -
CMYK 0 0.42 0.29 0.14
HSL 341.74º 0.56% 0.68% -
HSV(B) 341.74º 0.42% 0.86% -
XYZ 42.72 32.61 35.05 -
YUV 157.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 219 127 155 0 0.42 0.29 0.14 341.74 0.56 0.68
Hex DB 7F 9B 0 2A 1D E 156 38 44
Octal 333 177 233 0 52 35 16 526 70 104
Binary 11011011 1111111 10011011 0 101010 11101 1110 101010110 111000 1000100

Color Harmonies of #DB7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F9B

Black with #DB7F9B

Text Example


Text Example

White with #DB7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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