Html Css Color HEX #DA8098 Carissma

📋 copy color: '#DA8098'

red 218 ◦ green 128 ◦ blue 152

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

Shades of Carissma #DA8098

Tints of Carissma #DA8098

RGB

 RED value IS 218 (85.55% from 255) = 43.78%

 GREEN value IS 128 (50.39% from 255) = 25.7%

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 43.78%
G = 25.7%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA8098 (or 0xDA8098) is known color: Carissma. HEX triplet: DA, 80 and 98. RGB value is (218,128,152). Sum of RGB (Red+Green+Blue) = 218+128+152=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8098 is #257F67. Grayscale: #9D9D9D. Windows color (decimal): -2457448 or 9994458. OLE color: 9994458.

HSL color Cylindrical-coordinate representation of color #DA8098: hue angle of 344º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8098 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 152 -
CMYK 0 0.41 0.30 0.15
HSL 344º 0.55% 0.68% -
HSV(B) 344º 0.41% 0.85% -
XYZ 42.3 32.61 33.77 -
YUV 157.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 218 128 152 0 0.41 0.30 0.15 344 0.55 0.68
Hex DA 80 98 0 29 1E F 158 37 44
Octal 332 200 230 0 51 36 17 530 67 104
Binary 11011010 10000000 10011000 0 101001 11110 1111 101011000 110111 1000100

Color Harmonies of #DA8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8098

Black with #DA8098

Text Example


Text Example

White with #DA8098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8098; }

 p { color: rgb(218,128,152); }

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

background-color css

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

 a { background-color: rgb(218,128,152); }

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

border-color css

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

 span { border-color: rgb(218,128,152); }

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