Html Css Color HEX #D54282 Deep Cerise

📋 copy color: '#D54282'

red 213 ◦ green 66 ◦ blue 130

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

Shades of Deep Cerise #D54282

Tints of Deep Cerise #D54282

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

 GREEN value IS 66 (26.17% from 255) = 16.14%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 52.08%
G = 16.14%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54282 (or 0xD54282) is known color: Deep Cerise. HEX triplet: D5, 42 and 82. RGB value is (213,66,130). Sum of RGB (Red+Green+Blue) = 213+66+130=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54282 is #2ABD7D. Grayscale: #757575. Windows color (decimal): -2801022 or 8536789. OLE color: 8536789.

HSL color Cylindrical-coordinate representation of color #D54282: hue angle of 333.88º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54282 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 130 -
CMYK 0 0.69 0.39 0.16
HSL 333.88º 0.64% 0.55% -
HSV(B) 333.88º 0.69% 0.84% -
XYZ 33.42 19.65 23.15 -
YUV 117.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 213 66 130 0 0.69 0.39 0.16 333.88 0.64 0.55
Hex D5 42 82 0 45 27 10 14E 40 37
Octal 325 102 202 0 105 47 20 516 100 67
Binary 11010101 1000010 10000010 0 1000101 100111 10000 101001110 1000000 110111

Color Harmonies of #D54282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54282

Black with #D54282

Text Example


Text Example

White with #D54282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54282; }

 p { color: rgb(213,66,130); }

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

background-color css

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

 a { background-color: rgb(213,66,130); }

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

border-color css

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

 span { border-color: rgb(213,66,130); }

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