Html Css Color HEX #DD265F Cerise

📋 copy color: '#DD265F'

red 221 ◦ green 38 ◦ blue 95

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

Shades of Cerise #DD265F

Tints of Cerise #DD265F

RGB

 RED value IS 221 (86.72% from 255) = 62.43%

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 62.43%
G = 10.73%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD265F (or 0xDD265F) is known color: Cerise. HEX triplet: DD, 26 and 5F. RGB value is (221,38,95). Sum of RGB (Red+Green+Blue) = 221+38+95=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD265F is #22D9A0. Grayscale: #636363. Windows color (decimal): -2283937 or 6235869. OLE color: 6235869.

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

Color convert

RGB 221 38 95 -
CMYK 0 0.83 0.57 0.13
HSL 341.31º 0.73% 0.51% -
HSV(B) 341.31º 0.83% 0.87% -
XYZ 32.58 17.58 12.5 -
YUV 99.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 221 38 95 0 0.83 0.57 0.13 341.31 0.73 0.51
Hex DD 26 5F 0 53 39 D 155 49 33
Octal 335 46 137 0 123 71 15 525 111 63
Binary 11011101 100110 1011111 0 1010011 111001 1101 101010101 1001001 110011

Color Harmonies of #DD265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD265F

Black with #DD265F

Text Example


Text Example

White with #DD265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD265F; }

 p { color: rgb(221,38,95); }

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

background-color css

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

 a { background-color: rgb(221,38,95); }

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

border-color css

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

 span { border-color: rgb(221,38,95); }

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