Html Css Color HEX #D42D68 Cerise

📋 copy color: '#D42D68'

red 212 ◦ green 45 ◦ blue 104

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

Shades of Cerise #D42D68

Tints of Cerise #D42D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 58.73%
G = 12.47%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D42D68 (or 0xD42D68) is known color: Cerise. HEX triplet: D4, 2D and 68. RGB value is (212,45,104). Sum of RGB (Red+Green+Blue) = 212+45+104=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D68 is #2BD297. Grayscale: #656565. Windows color (decimal): -2871960 or 6827476. OLE color: 6827476.

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

Color convert

RGB 212 45 104 -
CMYK 0 0.79 0.51 0.17
HSL 338.8º 0.66% 0.5% -
HSV(B) 338.8º 0.79% 0.83% -
XYZ 30.59 16.87 14.74 -
YUV 101.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 212 45 104 0 0.79 0.51 0.17 338.8 0.66 0.5
Hex D4 2D 68 0 4F 33 11 153 42 32
Octal 324 55 150 0 117 63 21 523 102 62
Binary 11010100 101101 1101000 0 1001111 110011 10001 101010011 1000010 110010

Color Harmonies of #D42D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D68

Black with #D42D68

Text Example


Text Example

White with #D42D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D68; }

 p { color: rgb(212,45,104); }

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

background-color css

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

 a { background-color: rgb(212,45,104); }

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

border-color css

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

 span { border-color: rgb(212,45,104); }

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