Html Css Color HEX #D4265B Cerise

📋 copy color: '#D4265B'

red 212 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D4265B

Tints of Cerise #D4265B

RGB

 RED value IS 212 (83.2% from 255) = 62.17%

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 62.17%
G = 11.14%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4265B (or 0xD4265B) is known color: Cerise. HEX triplet: D4, 26 and 5B. RGB value is (212,38,91). Sum of RGB (Red+Green+Blue) = 212+38+91=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4265B is #2BD9A4. Grayscale: #606060. Windows color (decimal): -2873765 or 5973716. OLE color: 5973716.

HSL color Cylindrical-coordinate representation of color #D4265B: hue angle of 341.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4265B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 91 -
CMYK 0 0.82 0.57 0.17
HSL 341.72º 0.7% 0.49% -
HSV(B) 341.72º 0.82% 0.83% -
XYZ 29.73 16.14 11.45 -
YUV 96.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 212 38 91 0 0.82 0.57 0.17 341.72 0.7 0.49
Hex D4 26 5B 0 52 39 11 156 46 31
Octal 324 46 133 0 122 71 21 526 106 61
Binary 11010100 100110 1011011 0 1010010 111001 10001 101010110 1000110 110001

Color Harmonies of #D4265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4265B

Black with #D4265B

Text Example


Text Example

White with #D4265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4265B; }

 p { color: rgb(212,38,91); }

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

background-color css

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

 a { background-color: rgb(212,38,91); }

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

border-color css

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

 span { border-color: rgb(212,38,91); }

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