Html Css Color HEX #DF7F91 Carissma

📋 copy color: '#DF7F91'

red 223 ◦ green 127 ◦ blue 145

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

Shades of Carissma #DF7F91

Tints of Carissma #DF7F91

RGB

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

 GREEN value IS 127 (50% from 255) = 25.66%

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 45.05%
G = 25.66%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7F91 (or 0xDF7F91) is known color: Carissma. HEX triplet: DF, 7F and 91. RGB value is (223,127,145). Sum of RGB (Red+Green+Blue) = 223+127+145=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F91 is #20806E. Grayscale: #9D9D9D. Windows color (decimal): -2130031 or 9535455. OLE color: 9535455.

HSL color Cylindrical-coordinate representation of color #DF7F91: hue angle of 348.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F91 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 145 -
CMYK 0 0.43 0.35 0.13
HSL 348.75º 0.6% 0.69% -
HSV(B) 348.75º 0.43% 0.87% -
XYZ 43.13 32.91 30.87 -
YUV 157.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 223 127 145 0 0.43 0.35 0.13 348.75 0.6 0.69
Hex DF 7F 91 0 2B 23 D 15D 3C 45
Octal 337 177 221 0 53 43 15 535 74 105
Binary 11011111 1111111 10010001 0 101011 100011 1101 101011101 111100 1000101

Color Harmonies of #DF7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F91

Black with #DF7F91

Text Example


Text Example

White with #DF7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F91; }

 p { color: rgb(223,127,145); }

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

background-color css

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

 a { background-color: rgb(223,127,145); }

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

border-color css

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

 span { border-color: rgb(223,127,145); }

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