Html Css Color HEX #DA8592 Carissma

📋 copy color: '#DA8592'

red 218 ◦ green 133 ◦ blue 146

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

Shades of Carissma #DA8592

Tints of Carissma #DA8592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 43.86%
G = 26.76%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8592 (or 0xDA8592) is known color: Carissma. HEX triplet: DA, 85 and 92. RGB value is (218,133,146). Sum of RGB (Red+Green+Blue) = 218+133+146=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8592 is #257A6D. Grayscale: #9F9F9F. Windows color (decimal): -2456174 or 9602522. OLE color: 9602522.

HSL color Cylindrical-coordinate representation of color #DA8592: hue angle of 350.82º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8592 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 146 -
CMYK 0 0.39 0.33 0.15
HSL 350.82º 0.53% 0.69% -
HSV(B) 350.82º 0.39% 0.85% -
XYZ 42.49 33.76 31.47 -
YUV 159.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 218 133 146 0 0.39 0.33 0.15 350.82 0.53 0.69
Hex DA 85 92 0 27 21 F 15F 35 45
Octal 332 205 222 0 47 41 17 537 65 105
Binary 11011010 10000101 10010010 0 100111 100001 1111 101011111 110101 1000101

Color Harmonies of #DA8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8592

Black with #DA8592

Text Example


Text Example

White with #DA8592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8592; }

 p { color: rgb(218,133,146); }

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

background-color css

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

 a { background-color: rgb(218,133,146); }

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

border-color css

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

 span { border-color: rgb(218,133,146); }

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