Html Css Color HEX #DF8A8D Carissma

📋 copy color: '#DF8A8D'

red 223 ◦ green 138 ◦ blue 141

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

Shades of Carissma #DF8A8D

Tints of Carissma #DF8A8D

RGB

 RED value IS 223 (87.5% from 255) = 44.42%

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 44.42%
G = 27.49%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF8A8D (or 0xDF8A8D) is known color: Carissma. HEX triplet: DF, 8A and 8D. RGB value is (223,138,141). Sum of RGB (Red+Green+Blue) = 223+138+141=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A8D is #207572. Grayscale: #A3A3A3. Windows color (decimal): -2127219 or 9276127. OLE color: 9276127.

HSL color Cylindrical-coordinate representation of color #DF8A8D: hue angle of 357.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8A8D is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 141 -
CMYK 0 0.38 0.37 0.13
HSL 357.88º 0.57% 0.71% -
HSV(B) 357.88º 0.38% 0.87% -
XYZ 44.33 35.79 29.77 -
YUV 163.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 223 138 141 0 0.38 0.37 0.13 357.88 0.57 0.71
Hex DF 8A 8D 0 26 25 D 166 39 47
Octal 337 212 215 0 46 45 15 546 71 107
Binary 11011111 10001010 10001101 0 100110 100101 1101 101100110 111001 1000111

Color Harmonies of #DF8A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A8D

Black with #DF8A8D

Text Example


Text Example

White with #DF8A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A8D; }

 p { color: rgb(223,138,141); }

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

background-color css

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

 a { background-color: rgb(223,138,141); }

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

border-color css

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

 span { border-color: rgb(223,138,141); }

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