Html Css Color HEX #DF8A98 Carissma

📋 copy color: '#DF8A98'

red 223 ◦ green 138 ◦ blue 152

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

Shades of Carissma #DF8A98

Tints of Carissma #DF8A98

RGB

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

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

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

R = 43.47%
G = 26.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF8A98 (or 0xDF8A98) is known color: Carissma. HEX triplet: DF, 8A and 98. RGB value is (223,138,152). Sum of RGB (Red+Green+Blue) = 223+138+152=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A98 is #207567. Grayscale: #A5A5A5. Windows color (decimal): -2127208 or 9997023. OLE color: 9997023.

HSL color Cylindrical-coordinate representation of color #DF8A98: hue angle of 350.12º 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 #DF8A98 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 152 -
CMYK 0 0.38 0.32 0.13
HSL 350.12º 0.57% 0.71% -
HSV(B) 350.12º 0.38% 0.87% -
XYZ 45.19 36.13 34.3 -
YUV 165.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 223 138 152 0 0.38 0.32 0.13 350.12 0.57 0.71
Hex DF 8A 98 0 26 20 D 15E 39 47
Octal 337 212 230 0 46 40 15 536 71 107
Binary 11011111 10001010 10011000 0 100110 100000 1101 101011110 111001 1000111

Color Harmonies of #DF8A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A98

Black with #DF8A98

Text Example


Text Example

White with #DF8A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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