Html Css Color HEX #D4306A Cerise

📋 copy color: '#D4306A'

red 212 ◦ green 48 ◦ blue 106

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

Shades of Cerise #D4306A

Tints of Cerise #D4306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 57.92%
G = 13.11%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4306A (or 0xD4306A) is known color: Cerise. HEX triplet: D4, 30 and 6A. RGB value is (212,48,106). Sum of RGB (Red+Green+Blue) = 212+48+106=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D4306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4306A is #2BCF95. Grayscale: #676767. Windows color (decimal): -2871190 or 6959316. OLE color: 6959316.

HSL color Cylindrical-coordinate representation of color #D4306A: hue angle of 338.78º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4306A is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 106 -
CMYK 0 0.77 0.5 0.17
HSL 338.78º 0.66% 0.51% -
HSV(B) 338.78º 0.77% 0.83% -
XYZ 30.81 17.15 15.32 -
YUV 103.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 212 48 106 0 0.77 0.5 0.17 338.78 0.66 0.51
Hex D4 30 6A 0 4D 32 11 153 42 33
Octal 324 60 152 0 115 62 21 523 102 63
Binary 11010100 110000 1101010 0 1001101 110010 10001 101010011 1000010 110011

Color Harmonies of #D4306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4306A

Black with #D4306A

Text Example


Text Example

White with #D4306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4306A; }

 p { color: rgb(212,48,106); }

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

background-color css

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

 a { background-color: rgb(212,48,106); }

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

border-color css

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

 span { border-color: rgb(212,48,106); }

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