Html Css Color HEX #DB7C8F Carissma

📋 copy color: '#DB7C8F'

red 219 ◦ green 124 ◦ blue 143

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

Shades of Carissma #DB7C8F

Tints of Carissma #DB7C8F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

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

R = 45.06%
G = 25.51%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB7C8F (or 0xDB7C8F) is known color: Carissma. HEX triplet: DB, 7C and 8F. RGB value is (219,124,143). Sum of RGB (Red+Green+Blue) = 219+124+143=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C8F is #248370. Grayscale: #9A9A9A. Windows color (decimal): -2392945 or 9403611. OLE color: 9403611.

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

Color convert

RGB 219 124 143 -
CMYK 0 0.43 0.35 0.14
HSL 348º 0.57% 0.67% -
HSV(B) 348º 0.43% 0.86% -
XYZ 41.38 31.46 29.88 -
YUV 154.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 219 124 143 0 0.43 0.35 0.14 348 0.57 0.67
Hex DB 7C 8F 0 2B 23 E 15C 39 43
Octal 333 174 217 0 53 43 16 534 71 103
Binary 11011011 1111100 10001111 0 101011 100011 1110 101011100 111001 1000011

Color Harmonies of #DB7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C8F

Black with #DB7C8F

Text Example


Text Example

White with #DB7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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