Html Css Color HEX #DF7A8D Carissma

📋 copy color: '#DF7A8D'

red 223 ◦ green 122 ◦ blue 141

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

Shades of Carissma #DF7A8D

Tints of Carissma #DF7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

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

R = 45.88%
G = 25.1%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF7A8D (or 0xDF7A8D) is known color: Carissma. HEX triplet: DF, 7A and 8D. RGB value is (223,122,141). Sum of RGB (Red+Green+Blue) = 223+122+141=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7A8D is #208572. Grayscale: #9A9A9A. Windows color (decimal): -2131315 or 9272031. OLE color: 9272031.

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

Color convert

RGB 223 122 141 -
CMYK 0 0.45 0.37 0.13
HSL 348.71º 0.61% 0.68% -
HSV(B) 348.71º 0.45% 0.87% -
XYZ 42.2 31.53 29.06 -
YUV 154.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 223 122 141 0 0.45 0.37 0.13 348.71 0.61 0.68
Hex DF 7A 8D 0 2D 25 D 15D 3D 44
Octal 337 172 215 0 55 45 15 535 75 104
Binary 11011111 1111010 10001101 0 101101 100101 1101 101011101 111101 1000100

Color Harmonies of #DF7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A8D

Black with #DF7A8D

Text Example


Text Example

White with #DF7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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