Html Css Color HEX #DA8A8F Carissma

📋 copy color: '#DA8A8F'

red 218 ◦ green 138 ◦ blue 143

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

Shades of Carissma #DA8A8F

Tints of Carissma #DA8A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.66%

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

R = 43.69%
G = 27.66%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8A8F (or 0xDA8A8F) is known color: Carissma. HEX triplet: DA, 8A and 8F. RGB value is (218,138,143). Sum of RGB (Red+Green+Blue) = 218+138+143=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A8F is #257570. Grayscale: #A2A2A2. Windows color (decimal): -2454897 or 9407194. OLE color: 9407194.

HSL color Cylindrical-coordinate representation of color #DA8A8F: hue angle of 356.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8A8F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 143 -
CMYK 0 0.37 0.34 0.15
HSL 356.25º 0.52% 0.7% -
HSV(B) 356.25º 0.37% 0.85% -
XYZ 42.96 35.07 30.49 -
YUV 162.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 218 138 143 0 0.37 0.34 0.15 356.25 0.52 0.7
Hex DA 8A 8F 0 25 22 F 164 34 46
Octal 332 212 217 0 45 42 17 544 64 106
Binary 11011010 10001010 10001111 0 100101 100010 1111 101100100 110100 1000110

Color Harmonies of #DA8A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A8F

Black with #DA8A8F

Text Example


Text Example

White with #DA8A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A8F; }

 p { color: rgb(218,138,143); }

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

background-color css

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

 a { background-color: rgb(218,138,143); }

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

border-color css

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

 span { border-color: rgb(218,138,143); }

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